Hello, 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". The java.io.File constructor fails and the application exits. Know any solution or workaround? Thanks Luciano