http://bugzilla.novell.com/show_bug.cgi?id=620483 http://bugzilla.novell.com/show_bug.cgi?id=620483#c0 Summary: Archiving/unzip: Bug in version 6.00. Doesn't print multibyte characters. Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: SuSE Other Status: NEW Severity: Normal Priority: P5 - None Component: 3rd party software AssignedTo: pth@novell.com ReportedBy: lazy.kent.suse@gmail.com QAContact: opensuse-communityscreening@forge.provo.novell.com Found By: --- Blocker: --- Created an attachment (id=374274) --> (http://bugzilla.novell.com/attachment.cgi?id=374274) patch isprint * unzip 5.22: % /usr/bin/unzip -l test-russian-utf8.zip Archive: test-russian-utf8.zip Length Date Time Name -------- ---- ---- ---- 24 07-07-10 16:36 тест русский.txt -------- ------- 24 1 file * unzip 6.00: % unzip-6 -l test-russian-utf8.zip Archive: test-russian-utf8.zip Length Date Time Name --------- ---------- ----- ---- 24 07-07-2010 16:36 ???????? ??????????????.txt --------- ------- 24 1 file .. % unzip-6 test-russian-utf8.zip Archive: test-russian-utf8.zip extracting: ???????? ??????????????.txt .. % ls test-russian-utf8.zip тест русский.txt unzip 6.00 doesn't print multibyte characters, but extracts correctly. Something is wrong with isprint. http://www.gnu.org/software/gnulib/manual/html_node/isprint.html We have a patch from Suren A. Chilingaryan. * unzip 6.00 patched: % unzip-6-patched -l test-russian-utf8.zip Archive: test-russian-utf8.zip Length Date Time Name --------- ---------- ----- ---- 24 07-07-2010 16:36 тест русский.txt --------- ------- 24 1 file .. % unzip-6-patched test-russian-utf8.zip Archive: test-russian-utf8.zip extracting: тест русский.txt .. % ls test-russian-utf8.zip тест русский.txt -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.