centos 6.9修改系统默认字符集
Posted chengkanghua
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos 6.9修改系统默认字符集相关的知识,希望对你有一定的参考价值。
[[email protected] ~]# locale –a #列出系统所支持的所有字符集
aa_DJ
aa_DJ.iso88591
aa_DJ.utf8
aa_ER
[email protected]
aa_ER.utf8
[email protected]
.........
yum -y groupinstall chinese-support 安装中文支持包
修改方法:
1 export LANG=zh_CN.UTF8 #临时修改
2 vim /etc/sysconfig/i18n
LANG=”zh_CN.UTF8” #永久修改文件
source /etc/sysconfig/i18n # 生效配置文件
以上是关于centos 6.9修改系统默认字符集的主要内容,如果未能解决你的问题,请参考以下文章