- A+
所属分类:Linux
今天偶然碰到的问题,vim编辑一个文件时中文显示乱码,但是cat查看这个文件却是正常的,解决方法如下。
使用以下命令,编辑VIM的配置文件。
vi /etc/vim/vimrc
然后,按住 Shift 键和 g 跳到文件的末尾,按 i 键进入插入模式,然后粘贴以下代码到末尾
set fileencodings=utf-8,gb2312,gbk,gb18030
set termencoding=utf-8
set encoding=prc
最后:wq保存退出后再用vim编辑就发现显示正常了!
我的微信公众号
我的微信公众号扫一扫
2015年8月4日 下午6:25 沙发
Warning: Use of undefined constant auto - assumed 'auto' (this will throw an Error in a future version of PHP) in /www/wwwroot/past.cmsky.org/wp-content/themes/begin5.2/inc/inc.php on line 911
喜欢centos
2015年8月5日 上午9:23 1层
Warning: Use of undefined constant auto - assumed 'auto' (this will throw an Error in a future version of PHP) in /www/wwwroot/past.cmsky.org/wp-content/themes/begin5.2/inc/inc.php on line 911
@同盟源 其实几个发行版都差不多~