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

Character encoding issues in downloaded ZIP files #318

Open
Facyla opened this issue May 23, 2024 · 0 comments
Open

Character encoding issues in downloaded ZIP files #318

Facyla opened this issue May 23, 2024 · 0 comments

Comments

@Facyla
Copy link

Facyla commented May 23, 2024

Steps:

  1. download a folder with a FR accentuated name
  2. Open it
  3. encoding for accentuated characters is broken
    In the archive reader:
    image
    Once extracted on local filesystem:
    image

Potential resolution options:

  • use a different/universal character encoding (UTF-8 Unicode ?)
  • replace non-handled characters by better-handled character codes (if using utf8, still needs to strip out some control characters and multi-bytes characters longer than 2 bytes, combined emojis, etc.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant