After a simple centos installation, the entire system is found to be bare metal and garbled characters are displayed in Chinese. Only the Chinese package is manually installed and the Chinese input method is used.
The simple method is to directly use the yum command to directly install Chinese characters.
Yum install fonts-Chinese Chinese font
Yum install fonts-ISO8859-2 Chinese display
set it again
# vi/etc/sysconfig/i18n
change lang =" en_US.UTF-8 "
sysfont =" latarcyrheb-sun16 "
change the original content to
lang = "zh_cn.gb18030"
Language = "zh_cn.gb18030: zh_cn.gb2312: zh_cn "
supported =" zh_CN.UTF-8: zh_cn: Zh: en_US.UTF-8: en_us: en "
sysfont =" lat0-sun16 "
install the input method
# Yum install scim
# Yum install scim-pinyin
After restarting reboot, I found that Chinese characters are garbled after the restart. What is the problem?
Is the system does not have a Chinese font, the need to install a Chinese font, the general default Chinese use of the wenquanyi font.
Download the compressed package and pressurize it to/usr/share/fonts/wqy
CD/usr/share/fonts/wqy-zhenhei
Run mkfontdir
CP fonts. dir fonts. Scale
In the system font settings, it is found that there are several more fonts and Chinese characters can be displayed.