Linux 文件内容转码
时间:2014-08-26 11:08:05
收藏:0
阅读:247
文件内容的转换:
iconv -f GB2312 -t UTF-8 gb1.txt >gb2.txt
-f, –from-code=名称 原始文本编码
-t, –to-code=名称 输出编码
-o, –output=FILE 输出文件
-l 或者 –list 查看目前支持的编码。
评论(0)