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)

  • 相关阅读:
    浅谈页面的瀑布流布局
    前端常用动画库
    JavaScript七宗罪和一些槽点
    prototype与 _proto__的关系
    Javascript之傻傻理不清的原型链、prototype、__proto__
    C#开发微信门户及应用(26)-公众号微信素材管理
    C#开发微信门户及应用(25)-微信企业号的客户端管理功能
    基于InstallShield2013LimitedEdition的安装包制作
    Entity Framework 实体框架的形成之旅--Code First模式中使用 Fluent API 配置(6)
    Entity Framework 实体框架的形成之旅--Code First的框架设计(5)
  • 原文地址:https://www.cnblogs.com/wujingcqu/p/4189983.html
Copyright © 2011-2022 走看看