http://www.fileformat.info/tip/linux/iconv.htm
The basic command is: iconv -f old-encoding -t new-encoding file.txt > newfile.txt
iconv -f old-encoding -t new-encoding file.txt > newfile.txt
You can get a list of supported encodings with (that's a lower-case L, not a one): iconv -l
iconv -l
posted on 2016-07-15 15:54 一动不动的葱头 阅读(115) 评论(0) 编辑 收藏 举报