1
BOYPT 2016-04-07 10:41:13 +08:00
需要安装 unzip-iconv
|
2
napsterwu 2016-04-08 13:06:34 +08:00
7z
|
3
xjbeta 2016-04-09 08:28:15 +08:00 via iPhone
unzip --help 不就是了
|
4
dvorak4tzx 2016-04-09 14:51:59 +08:00
这好像是个常见的无解的 bug :[File Roller/Unzip 解压中文 Zip 文件名乱码]( https://linuxtoy.org/archives/wrong-handling-of-chinese-coded-filename-in-fileroller-unzip.html)
|
6
klesh OP @napsterwu 装了 p7zip , man 了一把貌似还是没有找到指定编码的选项,默认解出来是乱码。
@xjbeta --help 会有比 man 多出来信息吗?回头试试 @dvorak4tzx zip 是这样的,只是奇怪 mac 下面的 unzip 没有像 linux 那样提供 -O 选项可以指定页码。 最后装了个 The Unarchiver , mac store 里免费的软件,可以正确识别 win 下打包的 cp936 zip 文件 。 |
9
hrong 2016-04-10 20:56:13 +08:00
好吧,虽然这个是在 MACOS 论坛下,但是我的解决方案是 https://dotnetzip.codeplex.com 亲测可用的。
|
11
Tony8Finet 2016-04-11 04:03:56 +08:00
找 unzip610b.zip, 自己编译:
CHANGES AND NEW FEATURES ------------------------ UnZip 6.10b currently adds the following features: - Implement Windows full Unicode support. - Add -I and -O options for setting ISO and OEM character sets, respectively, used by UnZip when doing character set translations. - Various cleanup of VMS and Unicode code. - Better handling of the PKWare verification bit. - Implement Acorn port changes based on patch provided by J.L. that updates the port to use current compilers, increases allowed file path lengths to 1024 characters, adds directory attributes support, and updates documentation. |
12
flybluewolf 2016-04-11 11:24:15 +08:00 1
我这两天也遇到这个问题, debian 7 上 unzip 版本没有- O 选项,后来我用了 unar 搞定:
sudo apt-get install unar unar -e GBK xxx.zip |
13
klesh OP |
14
FindHao 2016-04-14 14:36:59 +08:00
|
15
uxstone 2019-06-17 21:33:00 +08:00
我是从 2019 年穿越过来的
unzip 的这个问题还存在。。。。。。 |