In systems like Ubuntu Daper where default language is UTF8, the File Manager module don't use UTF-8 so filenames with especial characters are unreadable.
I found the problem, seems like java use the system locale instead of the selected in the current browser.
This is really a problem because it depend on how is the system configured.
Is there any way to use the encoding defined in the current browser instead of the system one?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=129364
Originator: NO
The file manager is a little different to other modules, as it uses Java .. does Java on your browser system support UTF-8 encoding for text?
Logged In: YES
user_id=639463
Originator: NO
I found the problem, seems like java use the system locale instead of the selected in the current browser.
This is really a problem because it depend on how is the system configured.
Is there any way to use the encoding defined in the current browser instead of the system one?