export to unicode csv
hi i need help on exporting to unicode csv, I already have a java program that export to csv file but when i set my computer to chinese language and export to csv, the csv file doesnt show the chinese character. I know if i open my csv with notepade and resave it choosing unicode, it will display the chinese character.
Is there a way to export directly to unicode csv ? I appreciate it if you have some sample java code just to set the unicode. Please advice thanks.

