摘要: 首先确定文件的原始字符编码: $ file -bi test.txt 然后用 iconv 转换字符编码 $ iconv -f from-encoding -t to-encoding file > new-file 如果上面的步骤更改不成功,可以使用 vim 来更改文件的字符编码 先打开文件,然后设 阅读全文
posted @ 2014-02-19 00:05 微信公众号--共鸣圈 阅读(429) 评论(0) 推荐(0) 编辑