美文网首页
enca转码

enca转码

作者: 风亡小窝 | 来源:发表于2016-09-27 14:34 被阅读23次

1) 直接识别字符集,eg:
enca -L zh_CN test.cpp
Simplified Chinese National Standard; GB2312

2) 转换命令简单,eg:
enca -L zh_CN -x UTF-8 test.cpp or enca -L zh_CN -x GB2312 test.cpp

如果想改文件编码,直接将转换结果写回了test.cpp,不用指定输入文件再mv回去。

3) 支持批量输入:
enca -L zh_CN -x UTF-8 test.cpp test.h

相关文章

网友评论

      本文标题:enca转码

      本文链接:https://www.haomeiwen.com/subject/oiicyttx.html