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 block
    What is the difference between a function expression vs declaration in JavaScript?
    Clean Cache Struts2 Interceptor Tutorial
    第四节,目标检测---YOLO系列
    第三节,目标检测---R-CNN网络系列
    第二节:解决过拟合与梯度下降优化
    第一节,直观理解卷积神经网络
    第六节:深度学习的模型训练技巧——优化卷积核,多通道卷积,批量归一化
    第五节,损失函数:MSE和交叉熵
    第四节:tensorflow图的基本操作
  • 原文地址:https://www.cnblogs.com/wujingcqu/p/4189983.html
Copyright © 2011-2022 走看看