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)

  • 相关阅读:
    Python接口自动化(十一) Json数据处理
    Python接口自动化(十)重定向(Location)
    数据结构——定长串的实现
    数据结构图的建立和遍历(邻接表、邻接矩阵)
    数据结构——栈的顺序存储表示
    数据结构单链队列——链式存储实现
    数据结构线性表——链表实现
    数据结构顺序表——线性表实现
    HDU-1874-畅通工程续 (最短路 贝尔曼Bellman_Ford)
    Hrbust-2122 旅行(最短路)
  • 原文地址:https://www.cnblogs.com/wujingcqu/p/4189983.html
Copyright © 2011-2022 走看看