Do-it-yourself instructions for impatient (for Ubuntu 10.04.1 LTS and Ubuntu 10.10):
$ sudo apt-get install dpkg-dev $ apt-get source unzip $ wget -O unzip60-alt-iconv-utf8.patch https://bugs.archlinux.org/task/15256?getfile=3685 $ cd unzip-6.0/ $ patch -p1 <../unzip60-alt-iconv-utf8.patch $ apt-get source bzip2 $ cd bzip2-1.0.5/ $ make $ mv * ../unzip-6.0/bzip2/ $ cd ../unzip-6.0/ $ make -f unix/Makefile generic $ sudo make prefix=/usr install $ unzip -h and check that -O CHARSET is there -- unzip fails to deal correctly with filename encodings https://bugs.launchpad.net/bugs/580961 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs