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:

java : how determine correct charset encoding of stream

how find default charset/encoding in java?


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -