Skip to content

Unicode Filename Flag (v1 branch)

Compare
Choose a tag to compare
@Touffy Touffy released this 08 May 21:16
· 12 commits to no-zip64 since this release
1e030ab

1.6.2:

  • Filenames can be flagged as UTF-8 using the EFS bit in the file header flags.
    • This is configurable with the new buffersAreUTF8 option.
  • And it should help the Windows Zip utility read non-ASCII filenames correctly.

1.6.1:

  • Cancelling the output stream will now cause an error in the source iterator.