lixingpeng
deepin
2020-04-21 03:21 可能是语言不支持或压缩包损坏
Reply Like 0 View the author
https://bbs.deepin.org/post/192408
这是因为zip压缩格式中没有编码方式的信息所以会中文乱码。解决方法:
在终端中通过命令解压 unzip -O GB1 ...
https://bbs.deepin.org/post/192408
是的, -O GB18030 就是用来指定解压时候的编码方式,中文的一般 GB18030 ,如果不行可以试试 GBK 之类其 ...


https://bbs.deepin.org/post/192408
win上没见过乱码,linux上常见乱码,不理解为什么。
如果是语言问题 日语包我都没少解压 也没见乱码。
Linu ...
https://bbs.deepin.org/post/192408
这是因为zip压缩格式中没有编码方式的信息所以会中文乱码。解决方法:
在终端中通过命令解压 unzip -O GB1 ...
Popular Ranking
ChangePopular Events
More
左边是用归档管理器解压的,中间使用unzip命令解压的。