Piwigo-Java
Piwigo-Java copied to clipboard
Fix encoding issue
Some characters seems to be badly encoded when they are uploaded with the Piwigo Remote Sync tool.
It has only been tested on macOS 10.14.5 yet, but still there is the current report.
What is working:
- ‘_’ -> OK
- ‘ ‘ -> OK
- ‘!’ -> OK
- ‘`’ -> OK
- ‘&’ -> OK
- ‘@‘ -> OK
- ‘$’ -> OK
- '*' -> OK
- '|' -> OK
- '*' -> OK
- ' .' (shouldn't append but..) -> OK
- ' ' (empty filename) -> OK
What is not working:
- '"' (double quote) -> KO (not working at all)
- ‘ë’ -> KO (e)
- ‘°’ -> KO (?)
- ‘à’ -> KO (?)
- 'ç' -> KO (?)
- '§' -> KO (?)
I've you are experiencing some encoding issues, some examples would be very useful.
Maybe some workaround to pick the right encoding at upload time ?
Can you support Chinese directory upload?
Can you support Chinese directory upload?
I just tested it; Yes, we do support Chinese directory upload. 👍