切换至root用户,用vim打开vimrc文件
vim /etc/vimrc
在文件的末尾加入以下内容:
set fileencodings=utf-8,gb2312,gbk,gb18030
set termencoding=utf-8
set fileformats=unix
set encoding=prc
保存退出,再使用vim打开就可以识别gb2312的中文文件
但是使用cat等打开仍然乱码
切换至root用户,用vim打开vimrc文件
vim /etc/vimrc
在文件的末尾加入以下内容:
set fileencodings=utf-8,gb2312,gbk,gb18030
set termencoding=utf-8
set fileformats=unix
set encoding=prc
保存退出,再使用vim打开就可以识别gb2312的中文文件
但是使用cat等打开仍然乱码