Skip to content

Unicode Filename Flag

Compare
Choose a tag to compare
@Touffy Touffy released this 08 May 21:22
· 32 commits to master since this release
3ba9f98

2.4.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.

2.4.1:

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