UTF-8 encoding problem (Specific to CVS)
Hi all,
I'm writing characters to output file (am using UTF - 8 encoding). When I write to the text file, the output is fine. But when I write it as CVS the output got scrambled.
Sample
Fran鏰is - Textpad
Fran莽ais - CVS (Scrambled)
I'm using the following stream encoder
StreamEncoder.forOutputStreamWriter(out, this, charsetName);
Note: My CVS open tool, MS-Excel have language support enabled. Also i'm not overriding the arial font.
Hope, some one would have already mastered it.
Thanks,
Sen

