-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
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 ?