压缩包解压文件名乱码,求解决
Tofloor
poster avatar
fu5128769
deepin
2019-11-04 20:29
Author

Reply Favorite View the author
All Replies
avatar
aida
deepin
2019-11-04 21:09
#1
这个问题的原因在于windows下编码问题

可以使用unar这个工具 进行解压

或者通过

  1. unzip -O CP936 xxx.zip
Copy the Code


(用GBK, GB18030也可以)
Reply View the author
avatar
t1st
deepin
2019-11-05 01:08
#2
命令行解压
Reply View the author
avatar
Feng Yu
deepin
2019-11-05 01:32
#3
https://bbs.deepin.org/post/184704
这个问题的原因在于windows下编码问题

可以使用unar这个工具 进行解压

-O gbk更合适。因为GBK的字符集更全,印象中CP936应该是GB18030的别名
Reply View the author
avatar
ghostry
deepin
2019-11-05 02:02
#4
我比较喜欢unar,不用指定字符集.
Reply View the author