deepin归档管理器解压zip文件中文文件名乱码
Tofloor
poster avatar
安洛
deepin
2020-04-21 03:04
Author
如图。
左边是用归档管理器解压的,中间使用unzip命令解压的。


Reply Favorite View the author
All Replies
avatar
lixingpeng
deepin
2020-04-21 03:21
#1
可能是语言不支持或压缩包损坏
Reply View the author
avatar
安洛
deepin
2020-04-21 04:01
#2
https://bbs.deepin.org/post/192408
可能是语言不支持或压缩包损坏

unzip命令能够正常解压就证明
1.语言至少在系统层面没有问题
2.压缩包没有损坏
Reply View the author
avatar
电脑迷
deepin
2020-04-21 04:15
#3
The user is banned, and the content is hidden.
avatar
安洛
deepin
2020-04-21 04:20
#4
https://bbs.deepin.org/post/192408
这是因为zip压缩格式中没有编码方式的信息所以会中文乱码。解决方法:
在终端中通过命令解压  unzip -O GB1 ...

但是如果使用unzip命令的话无参运行也是不会乱码的
Reply View the author
avatar
卖时间的商人
deepin
2020-04-21 04:23
#5
对,我的也是,一片乱码
Reply View the author
avatar
电脑迷
deepin
2020-04-21 04:23
#6
The user is banned, and the content is hidden.
avatar
安洛
deepin
2020-04-21 04:24
#7
https://bbs.deepin.org/post/192408
是的, -O GB18030 就是用来指定解压时候的编码方式,中文的一般 GB18030 ,如果不行可以试试 GBK 之类其 ...

我仍然觉得是归档管理器的问题,它应该用的不是unzip命令解压。
Reply View the author
avatar
电脑迷
deepin
2020-04-21 04:28
#8
The user is banned, and the content is hidden.
avatar
SamLukeYes
deepin
2020-04-21 04:47
#9
换个归档管理器就好了。你不说我都忘记dde还自带了一个,我一直在用ark
Reply View the author
avatar
神末shenmo
deepin
Spark-App
Q&A Team
2020-04-21 04:58
#10
dde归档管理器不如那个Nautilius的,目前问题:乱码问题,unzip命令正常但归档管理器乱码;文件支持问题:不可拆包dwb;设置bug,无法禁用解压后打开文件夹
Reply View the author
avatar
SamLukeYes
deepin
2020-04-21 06:21
#11
等等,我用别的归档管理器好像也会乱码,包括360压缩
Reply View the author
avatar
ShineWay
deepin
2020-04-21 07:43
#12
我也死乱码,我以为是文件问题
Reply View the author
avatar
MIDAC
deepin
2020-04-23 08:02
#13
win上没见过乱码,linux上常见乱码,不理解为什么。
如果是语言问题 日语包我都没少解压 也没见乱码。
Linux下甚至wine的7z也乱码……
Reply View the author
avatar
herdde
deepin
2020-05-03 22:51
#14
https://bbs.deepin.org/post/192408
win上没见过乱码,linux上常见乱码,不理解为什么。
如果是语言问题 日语包我都没少解压 也没见乱码。
Linu ...

因为那是来自Windows的文件
Reply View the author
avatar
herdde
deepin
2020-05-03 22:51
#15
https://bbs.deepin.org/post/192408
这是因为zip压缩格式中没有编码方式的信息所以会中文乱码。解决方法:
在终端中通过命令解压  unzip -O GB1 ...

可以把这个命令做成右键菜单吗?
Reply View the author
avatar
走钢丝
deepin
2020-05-03 23:05
#16
可能打包的时候是在 windows 下吧,windows 默认字符编码是 gbk,linux 默认字符编码是  utf8。
Reply View the author