iconv

Summary

  • 文件字符集编码,使用该命令我们可以自由转换各种编码

Demo

# 列出当前可以处理的所有编码
iconv -l | grep -i "UTF"
# 转换,这里大小写都可以
iconv -f UTF-16LE -t UTF-8 file > newfile
iconv -f utf-16le -t utf-8 file > newfile
posted @ 2020-07-01 10:00  duchaoqun  阅读(108)  评论(0编辑  收藏  举报