java - Reading windows .CSV files in Mac OS X -
i need read , display .csv files in java application. .csv files have european special accented characters (french) displayed correctly when run app in windows, but, when run app under mac os x, special characters corrupted. how can keep , show characters in both systems?
can check if using different default charsets?
charset.defaultcharset()
here 2 possible pointers:
Comments
Post a Comment