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)

  • 相关阅读:
    C#文件操作
    C# 本地txt文件读取至comboBox下拉列表
    自动部署war包脚本
    设置eclipse包资源管理器的背景色
    Failed to connect to ourself!错误解决办法
    Keepalived+LVS+MysqlCluster(7.1.10)架构方案(一)
    Mysql Cluster在线添加数据节点
    在Linux下使用perl通过unixODBC连接SQLServer2000
    MySQL中四舍五入的实现
    关于Temporary error: 1218错误的思考
  • 原文地址:https://www.cnblogs.com/wujingcqu/p/4189983.html
Copyright © 2011-2022 走看看