tags 682682 patch
thanks

Hi,

i can confirm this bug report. I'm attaching a patch with the proposed
change -DNO_WORKING_ISPRINT which indeed solves the issue.

This bug also affects xarchiver which is a frontend for unzip.

See also #699341

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=699341

Regards,

Markus

diff -Nru unzip-6.0/debian/changelog unzip-6.0/debian/changelog
--- unzip-6.0/debian/changelog  2012-11-28 12:41:41.000000000 +0100
+++ unzip-6.0/debian/changelog  2013-02-23 18:42:54.000000000 +0100
@@ -1,3 +1,11 @@
+unzip (6.0-8.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix incorrectly displayed file names with UTF-8 characters.
+    Add -DNO_WORKING_ISPRINT to build flags. (Closes: #682682)
+
+ -- Markus Koschany <a...@gambaru.de>  Sat, 23 Feb 2013 18:32:38 +0100
+
 unzip (6.0-8) unstable; urgency=low
 
   * Made unzip -X to actually restore uid/gid information.
diff -Nru unzip-6.0/debian/rules unzip-6.0/debian/rules
--- unzip-6.0/debian/rules      2012-11-28 12:18:56.000000000 +0100
+++ unzip-6.0/debian/rules      2013-02-23 18:26:25.000000000 +0100
@@ -11,7 +11,7 @@
 CPPFLAGS := `dpkg-buildflags --get CPPFLAGS`
 DEFINES = -DACORN_FTYPE_NFS -DWILD_STOP_AT_DIR -DLARGE_FILE_SUPPORT \
  -DUNICODE_SUPPORT -DUNICODE_WCHAR -DUTF8_MAYBE_NATIVE -DNO_LCHMOD \
- -DDATE_FORMAT=DF_YMD -DUSE_BZIP2 -DIZ_HAVE_UXUIDGID -DNOMEMCPY
+ -DDATE_FORMAT=DF_YMD -DUSE_BZIP2 -DIZ_HAVE_UXUIDGID -DNOMEMCPY 
-DNO_WORKING_ISPRINT
 
 STRIP = true
 

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to