Dart library to encode and decode various archive and compression formats, such as Zip, Tar, GZip, ZLib, and BZip2.
411
stars
141
forks
source link
Allow the configuration of file name and comment encoding in zip encoder #201
Closed
grundid closed 2 years ago
Based on the file name encoding the languageEncodingBitUtf8 should be set or not. Always use the same encoding for file name and comment.