Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix encoding issue #9

Open
Valou447 opened this issue Jul 12, 2019 · 2 comments
Open

Fix encoding issue #9

Valou447 opened this issue Jul 12, 2019 · 2 comments
Assignees

Comments

@Valou447
Copy link
Collaborator

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 Valou447 self-assigned this Jul 12, 2019
@Valou447 Valou447 pinned this issue Jul 12, 2019
@andesenjp
Copy link

Can you support Chinese directory upload?

@Valou447
Copy link
Collaborator Author

Can you support Chinese directory upload?

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

@plegall plegall unpinned this issue Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants