Comment 6 for bug 1222684

Revision history for this message
Aron Xu (happyaron) wrote :

其实有个hack,用这个脚本代替 unzip 命令使用:

#!/bin/sh
LANG=C 7z x -y "$1" | sed -n 's/^Extracting //p' | sed '1!G;h;$!d' | xargs convmv -f gbk -t utf8 --notest >/dev/null 2>/dev/null