文章

iconv改文件编码

阅读 1 分钟 9 字

将GBK编码格式的文件,另存为UTF-8编码的文件。

1iconv -f GBK -t UTF-8 input.csv  > output.csv
Tags