fishermain / ziparchive

Automatically exported from code.google.com/p/ziparchive
0 stars 0 forks source link

Unzip cannot handle unicode filenames #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a zip with file called 'чух0334.png' in it
2. Unzip the archive using ZipArchive
3. It would unzip successfully but the files name would be changed to strange 
looking characters

What is the expected output? What do you see instead?
Name of the file should 'чух0334.png'

What version of the product are you using? On what operating system?
Name of the file is not 'чух0334.png'

Original issue reported on code.google.com by is...@demibooks.com on 10 Feb 2012 at 1:51

GoogleCodeExporter commented 8 years ago
This must be related to Issue #24

Original comment by is...@demibooks.com on 10 Feb 2012 at 2:20