摘要:
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
阅读(112)
评论(0)
推荐(0)

浙公网安备 33010602011771号