Thanks for the report. Glad (and relieved) to hear that the experimental code worked for you. We hope that the next UnZip beta kit (6.10c) will appear later this year, and it should work as well. Until then, please let us know if you have any problems with the experimental code.
2013-05-01 12:44:13 PDT by antinode2
I have built source code: make -f unix/Makefile ICONV=1 generic Then unpacked my archive: /path/to/new/unzip/unzip -O cp866 HackDay25.zip (cp866 is for windows with Russian locale) And it worked great - I can see the unpacked filenames with the correct locale and do not have to recode them manually. I can't believe this problem is now fixed after many years :) Thank's.
2013-05-01 10:35:54 PDT by benderam
Ok. This sounds like a problem which was reported here earlier: https://sourceforge.net/tracker/?func=detail&aid=3584238&group_id=118012&atid=679786 We still have not released UnZip 6.10c (beta), but there's a newer experimental (internal-only) source kit which may solve this problem: http://antinode.info/ftp/info-zip/unzip610c08a_l_sM.zip As explained in that.
2013-05-01 09:57:50 PDT by antinode2
> unzip -v UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send bug reports using http://www.info-zip.org/zip-bug.html; see README for details. Latest sources and executables are at ftp://ftp.info-zip.org/pub/infozip/ ; see ftp://ftp.info-zip.org/pub/infozip/UnZip.html for other sites. Compiled with gcc 4.7.2 20130108 [gcc-4_7-branch revision 195012] for Unix...
2013-05-01 09:24:06 PDT by benderam
> > 3. Unzip archive with unzip. > > As usual, knowing which version of UnZip might be helpful. A full > "unzip -v" report would be best. > > zip -v > [...] What's wrong with this picture?.
2013-05-01 09:20:53 PDT by antinode2
> zip -v Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license. This is Zip 3.0 (July 5th 2008), by Info-ZIP. Currently maintained by E. Gordon. Please send bug reports to the authors using the web page at www.info-zip.org; see README for details. Latest sources and executables are at ftp://ftp.info-zip.org/pub/infozip, as of above date; see...
2013-05-01 02:30:31 PDT by benderam
> 3. Unzip archive with unzip. As usual, knowing which version of UnZip might be helpful. A full "unzip -v" report would be best. > [...] or in gui tools like ark. Not our program.
2013-04-29 09:01:19 PDT by antinode2
When unzip archive with non-latin filenames created in Windows, unpacked filenames would be broken. Reproducible: Always Steps to Reproduce: 1. Create zip archive in Windows with non-latin filenames inside. 2. Bring this archive to linux (opensuse) 3. Unzip archive with unzip. Actual Results: Unpacked files would look like unreadable mess. Expected Results: Unpacked files...
2013-04-29 05:41:45 PDT by benderam
I see no positive value in the code enabled by DEBUGNAMES (Zip, zip.h, util.c). Until someone removes it, I would avoid it. Perhaps someday, someone will add some useful code for malloc()+free() debugging.
2013-03-01 14:52:02 PST by antinode2
The apparent answer was "Follow the instructions in the kit," but it was never provided.
2013-02-26 21:16:35 PST by antinode2