Piwigo-Java icon indicating copy to clipboard operation
Piwigo-Java copied to clipboard

Fix encoding issue

Open Valou447 opened this issue 6 years ago • 2 comments

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 ?

Valou447 avatar Jul 12 '19 09:07 Valou447

Can you support Chinese directory upload?

andesenjp avatar Jul 21 '19 21:07 andesenjp

Can you support Chinese directory upload?

I just tested it; Yes, we do support Chinese directory upload. 👍

Valou447 avatar Jul 25 '19 09:07 Valou447