[[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 # 生效配置文件
原文地址:https://www.cnblogs.com/chengkanghua/p/9535275.html
时间: 2024-11-09 00:48:26