about gcj --encoding .
bbskill
bbkills@tom.com
Fri Aug 5 18:50:00 GMT 2005
hello all,
My locale is GBK;
My version of GCJ is 4.1,Compiled following
http://gcc.gnu.org/java/build-snapshot.html.
I write a simple java file (Test.java the println a string whose
encoding is GBK (
String str = "XXX",which is directly written in my locale),
than I use gcj --encoding=GBK --main=Test Test.java -o Test
But the string output is not displayed as I written in the .java. I
checked the
encoding of string output is UTF-8 .
why my --encoding option doesn't work ?
Thanks for your any help !
More information about the Java
mailing list