首页 > 其他 > 详细

What to do when the Chinese Characters are messed up when extracting from zip archive?

时间:2014-12-28 15:18:48      阅读:209      评论:0      收藏:0      [点我收藏+]
What to do when the Chinese Characters are messed up when extracting from zip archive?

What to do when the Chinese Characters are messed up when extracting from zip archive?

In some cases, I download zipped files from internet, the files have different encoding as the linux Gnome environment, so the Chinese Characters are all messed up, the easiest way to deal with this problem is to use the following command:

unzip -O gb2312 filename.zip

The above command tells the unzip to use a different coding system as the current desktop environment, other available encoding can be:/GBK, GB18030, CP936/.

Author: wujing

Created: 2014-12-28 日 14:50

Emacs 24.3.1 (Org mode 8.2.10)

What to do when the Chinese Characters are messed up when extracting from zip archive?

原文:http://www.cnblogs.com/wujingcqu/p/4189983.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!