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教程
Atas ialah kandungan terperinci centos下vim显示中文乱码怎么办. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!