Skip to content

Fix encoding issue #9

@Valou447

Description

@Valou447

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 ?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions