Export to GitHub

ziparchive - issue #27

Unzip cannot handle unicode filenames


Posted on Feb 10, 2012 by Massive Panda

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'

Comment #1

Posted on Feb 10, 2012 by Massive Panda

This must be related to Issue #24

Status: New

Labels:
Type-Defect Priority-Medium