-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support Info-ZIP Unicode Path Extra Field (0x7075) #33
Comments
duplicate of #19 But There are some solutions to get correct names? |
I've determined that this issue is caused by yauzl not recognizing an optional extension to the spec where a zipfile creator can specify the filename in two places and one of them says to ignore the other. This is the first I've seen a zipfile creator use this feature, so I haven't thought to support it until now. This seems like a useful extension to support. |
Your issue is fixed on master. However, I'd like to write some more tests before releasing this feature to npm. |
published to npm as version 2.6.0. please let me know if you have any other issues. |
Download: https://github.com/f111fei/test-files/raw/master/yauzl-test-chinese.zip
Run:
node index.js
Get Output:
The correct name is
七个房间.txt
The text was updated successfully, but these errors were encountered: