Problem:
File dir = new File (path);
With path containing the character 'é'. When I run the application on Windows, the folders are created with the correct names. But when running the application on Linux, 'é' will be replaced with '?'
Any solutions or workarounds?