Centos supports Chinese and Chinese Input Methods

Source: Internet
Author: User

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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.