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

feat: improve detection of non-UTF-8 file names #1404

Merged
merged 1 commit into from
Dec 5, 2022

Commits on Nov 14, 2022

  1. feat: improve detection of non-UTF-8 file names

    - explicitly read ZIP archives as UTF-8 encoded
    - report a (new) fatal error PKG-027 when the a zip could not be read
      due to encoding issues (detected by matching the exception message)
    - add tests
    
    Fixes #1236
    rdeltour committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    5248914 View commit details
    Browse the repository at this point in the history