zoukankan      html  css  js  c++  java
  • 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?

    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)

  • 相关阅读:
    笔记:Struts2 的 JSON 插件
    笔记:Struts2 拦截器
    笔记:Struts2 文件上传和下载
    笔记:Struts2 文件上传和下载
    【学习总结】推荐系统-协同过滤原理
    【刷题】牛客网看到的鹅厂ML面筋-部分问题RecSys相关
    【刷题】【LeetCode】000-十大经典排序算法
    【刷题】【LeetCode】总
    【问题解决方案】pygame生成的窗口点右上角关闭按钮未响应问题的解决
    【刷题】若串 =’software’ ,其子串数目为:37
  • 原文地址:https://www.cnblogs.com/wujingcqu/p/4189983.html
Copyright © 2011-2022 走看看