This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Filenames with accented characters
- From: Tom Tromey <tromey at redhat dot com>
- To: gnustuff at thisiscool dot com
- Cc: java at gcc dot gnu dot org, luciano at virgilio dot it, João Garcia <jgarcia at uk2 dot net>
- Date: 17 Nov 2003 10:43:36 -0700
- Subject: Re: Filenames with accented characters
- References: <0962XUTS1VQMFC941XDBXV1XONXR512Y.3fb31f45@d7500>
- Reply-to: tromey at redhat dot com
>>>>> "Mohan" == Mohan Embar <gnustuff@thisiscool.com> writes:
>> when I compile a Java application on Windows with GCJ, that app
>> can't deal with files whose names contain accented chars. For
>> example, I can open "city.jpg", but not "città.jpg".
Mohan> This is a known issue. João has solved this problem, but I
Mohan> can't find his original post on java-patches.
Also see:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9463
It looks like for the posix flavor we'll need platform-specific
overrides.
Tom