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

generated zip archives now support utf8 file names #1117

Closed
wants to merge 4 commits into from

Commits on Dec 10, 2013

  1. generated zip archives now support utf8 file names

    refs #1086
    DeepDiver1975 authored and Vincent Petry committed Dec 10, 2013
    Configuration menu
    Copy the full SHA
    3dbfe7e View commit details
    Browse the repository at this point in the history
  2. Now setting host OS flag of generated ZIP files

    The host OS flag needs to be set to "*nix" (0x03) instead of MS-DOS
    (0x00) so that some unzip tools like Linux "unzip" and "ark" can
    correctly interpret UTF-8 characters in file names
    Vincent Petry committed Dec 10, 2013
    Configuration menu
    Copy the full SHA
    8d355e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2013

  1. Fixed file/dir permissions in zip file entries

    Vincent Petry committed Dec 11, 2013
    Configuration menu
    Copy the full SHA
    44df20f View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2013

  1. Only process zip file once at the end

    Do not close and reopen for each file entry, but only do the utf-8
    fixing once after the final close.
    Vincent Petry committed Dec 12, 2013
    Configuration menu
    Copy the full SHA
    b45defd View commit details
    Browse the repository at this point in the history