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