Quantcast
Channel: 生 命 之 旅 ,我 在 昆 明
Viewing all articles
Browse latest Browse all 250

ubuntu zip 文件乱码解决 压缩乱码

$
0
0
主题:ubuntu zip 文件乱码解决 压缩乱码
1.1 通过unzip行命令解压,指定字符集 
unzip -O CP936 xxx.zip (用GBK, GB18030也可以)
有趣的是unzip的manual中并无这个选项的说明, unzip --help对这个参数有一行简单的说明。

1.2 在环境变量中,指定unzip参数,总是以指定的字符集显示和解压文件
解决办法: 引用 vi /etc/environment
再最后加入后面的代码即可 UNZIP="-O CP936"
ZIPINFO="-O CP936"
  -- 通过 Google Share Button 共享 




Viewing all articles
Browse latest Browse all 250

Trending Articles