This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Filenames with accented characters


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]