博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
What to do when the Chinese Characters are messed up when extracting from zip archive?
阅读量:4652 次
发布时间:2019-06-09

本文共 757 字,大约阅读时间需要 2 分钟。

<?xml version="1.0" encoding="utf-8"?> 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

24.3.1 ( mode 8.2.10)

转载于:https://www.cnblogs.com/wujingcqu/p/4189983.html

你可能感兴趣的文章
VB6.0 API 累计
查看>>
第十周学习进度博客
查看>>
Ecshop 最小起订量如何设置
查看>>
不使用其他变量实现两变量互换
查看>>
bcp功能
查看>>
xcode项目打不开:incompatible project version问题
查看>>
学习网站
查看>>
C#4.0新特性dynamic\可选参数、命名参数
查看>>
使用免费SSL证书让网站支持HTTPS访问
查看>>
第5章 使用MUI与H5+构建移动端app
查看>>
poj 2528 Mayor's posters (线段树+染色)
查看>>
eclipse中跳转到其它函数方法后如何快速返回原处
查看>>
第三次作业
查看>>
javascript相关知识
查看>>
数组对象去重
查看>>
你未必知道的12个JavaScript技巧
查看>>
mysql的基本操作命令
查看>>
微信小程序---数据缓存
查看>>
Python网页正文转换语音文件的操作方法
查看>>
shell入门-shell特性
查看>>