centos下vim显示中文乱码怎么办

centos下vim显示中文乱码怎么办

1、安装中文语言包

# yum -y groupinstall chinese-support

2、设置相应的字符集

#vi  /etc/sysconfig/i18n LANG="zh_CN.UTF-8"

或者编辑 /etc/profile配置文件,添加如下一行

export LANG="zh_CN.UTF-8"

3、使配置生效

# . /etc/profile         source /etc/profile

4、查看当前的字符集 

# echo $LANG

推荐教程:centos教程

以上就是

© 版权声明
THE END
喜欢就支持一下吧
点赞15 分享