You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And pyunpack seems cannot handle 7z?
log:
patool can not unpack
patool error: error extracting could not find an executable program to extract format 7z; candidates are (7z,7za,7zr)
The text was updated successfully, but these errors were encountered:
FlotingDream
changed the title
Achive file with chinese character name file in it unpack will give wrong results, utf-8 request?
Achive file with chinese character name file in it unpack will give wrong results, zip "gbk" decode request?
Jun 16, 2022
FlotingDream
changed the title
Achive file with chinese character name file in it unpack will give wrong results, zip "gbk" decode request?
zip "gbk" decode request?
Jun 16, 2022
Achive file with chinese character name file in it unpack will give wrong results, zip "gbk" decode request?
Achive:
test.zip
├─test
│ └─测试 (subfolder with chinese name)
│ └─test
│ test.txt
│ 测试.txt (file with chinese name)
after
arch = pyunpack.Archive()
arch.extractall()
will get
└─test
│ └─▓Γ╩╘
│ └─test
│ test.txt
│ ▓Γ╩╘.txt
All with chinese name will goes wrong!
test.zip
===========================
And pyunpack seems cannot handle 7z?
log:
patool can not unpack
patool error: error extracting could not find an executable program to extract format 7z; candidates are (7z,7za,7zr)
The text was updated successfully, but these errors were encountered: