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


I can't understand... that bug is marked as an "enhancement". So opening a file in a country that uses some accents is an "enhancement". I think that, due to bugs like this, programs compiled with gcj are simply undistributable. These are the bugs to be fixed to make gcj great.

Tom Tromey wrote:
"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]