Created
August 9, 2017 10:51
-
-
Save rming/6430bac8c0447fd6df5b02ef7b616240 to your computer and use it in GitHub Desktop.
centos-6-chinese-shell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1.查看系统支持的字符集 | |
# locale -a | |
2.更改系统支持的字符集支持 | |
# vi /etc/sysconfig/i18n | |
LANG="en_US.UTF-8" | |
SUPPORTED="zh_CN.UTF-8:zh_CN:zh" | |
SYSFONT="latarcyrheb-sun16" | |
3.执行如下命令或者重启server | |
#source /etc/sysconfig/i18n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment