[email protected]:~$ locale -a 查看本地字符集
[email protected]:~$ locale -m 查看所有支持的字符集
file -i input.txt 查看文件字符集
将文件从gb2312转为utf8
iconv -f gb2312 -t utf8 input.txt -o output.txt
时间: 2024-11-09 00:13:45
[email protected]:~$ locale -a 查看本地字符集
[email protected]:~$ locale -m 查看所有支持的字符集
file -i input.txt 查看文件字符集
将文件从gb2312转为utf8
iconv -f gb2312 -t utf8 input.txt -o output.txt