mattconnolly / ZipArchive

zip archive processing for Cocoa - iPhone and OS X
http://code.google.com/p/ziparchive/
MIT License
840 stars 260 forks source link

Adding files to archive with newname is Case Insensitive #85

Open matyasfabian opened 6 years ago

matyasfabian commented 6 years ago

if I use addFileToZip:newname: to add two files named "Test" and "test", respectively, only one is added. Identical problem with strings containing diacritics encoded differently: they are considered the same (insensitive diacritic comparison). Ex: [zip addFileToZip:path1 newname:"Test"] [zip addFileToZip:path2 newname:"test"]