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
I wonder if the standard zip file entry support UTF-8 file name.
when i test with TestAesZipFileEncrypter.testVariousFileTypesWithStream() by
changing the original english name to a utf-8 name, the created zip file won't
contain the entry.
the code ExtZipOutputStream.putNextEntry, the code is written as
writeBytes(entry.getName().getBytes("iso-8859-1")); that seems to have assumed
the file name is in iso-8859-1.
Original issue reported on code.google.com by [email protected] on 30 Sep 2011 at 6:45
The text was updated successfully, but these errors were encountered:
from the info i found on the web, i believe utf8 file name is doable by setting
the General Purpose Bit Flag, bit 11 (Language encoding flag (EFS)), and
http://www.pkware.com/documents/casestudies/APPNOTE.TXT
http://stackoverflow.com/questions/106367/add-non-ascii-file-names-to-zip-in-jav
a
going to try it later when i have time. thx
hello friends,
I need passwordcompressor.jar for zip and unzip folder with password. So I refer "http://code.google.com/p/winzipaes/" link but I unable to download passwordcompressor.jar ....please suggest me any solution..
Thank you
Original issue reported on code.google.com by
[email protected]
on 30 Sep 2011 at 6:45The text was updated successfully, but these errors were encountered: