Replies: 1 comment
-
If you set ZipStrings.UseUnicode = true; before compressing the archive, the file names should be displayed the same way in most zip programs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Steps to reproduce
1.Compress files in a folder using example FastZip
2.Unpack the resulting zip folder using the 7-Zip program
3.Unpack the same archive using FastZip unpacking example
Expected behavior
Same file and folder names regardless of unpacking programs
Actual behavior
If the names are in English, there are no problems, but when the files have names in Russian, then 7Zip writes them incorrectly, unlike SharpZipLib. Also, if you unpack an archive with names in Russian using SharpZipLib, they will also be displayed incorrectly. This does not happen with the names of files in English.
Version of SharpZipLib
1.3.1
Obtained from (only keep the relevant lines)
Beta Was this translation helpful? Give feedback.
All reactions