This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: a bug of java.io.File ?
- From: Tom Tromey <tromey at redhat dot com>
- To: bbskill <bbkills at tom dot com>
- Cc: java at gcc dot gnu dot org
- Date: 22 Aug 2005 10:29:06 -0600
- Subject: Re: a bug of java.io.File ?
- References: <43087D71.6050009@tom.com>
- Reply-to: tromey at redhat dot com
>>>>> ">" == bbskill <bbkills@tom.com> writes:
>> java.io.File of libgcj.so.7(gcj 4.1) seems only support fileName in
>> UTF-8 encoding ,
>> but not work well in other encoding.such as gbk
>> that is my code
Yes, this is a known bug.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9463
Tom