This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
a encoding problem of gcj ?
- From: bbskill <bbkills at tom dot com>
- To: java at gcc dot gnu dot org
- Date: Fri, 05 Aug 2005 15:35:43 +0800
- Subject: a encoding problem of gcj ?
hello all,
me again.
I compiled my application based SWT into linux native code using gcj4.1.
My application use saxParser to
parse a xml file which its enconding is UTF-8 and display the content on
the SWT Control.
the xml file contains some Chinese characters.
when I run my natived application , the Chinese Characters can't be
identified , and other English Charactors
work well . but it works all well in JVM.
can I solve it ??
Thanks for your any help .