Redhat = Chinese,
My redhat installation does not prompt the language option, because the project needs to support Chinese characters is inevitable, so the Chinese input method must be installed.
Install Chinese package
Connect the system CD image file to your computer. My image is RHEL5.1. First mount the CD to the/mnt directory, switch to the/Server Directory, and install two Chinese packages:
Fonts-chinese-3.02-12.el5.noarch.rpm
Fonts-ISO8859-2-75dpi-1.0-17.1.noarch.rpm
Set Chinese Environment
Next, modify the configuration file and edit the files in/etc/sysconfig/i18n. (It doesn't matter if you do not change the configuration file. In the end, you must be able to enter Chinese characters)
LANG = "en_US", xwindow will display the English interface (comment out)
LANG = "zh_CN.GB18030", xwindow displays the Chinese interface
Installation Input Method
Then we start to install the Chinese Input Method and install the following files in sequence under/Server:
Scim-libs-1.4.4-39.el5.i386.rpm
Scim-1.4.4-39.el5.i386.rpm
Scim-chinese-standard-0.0.2-1.el5.i386.rpm
Scim-tables-0.5.6-7.i386.rpm
Scim-tables-chinese-0.5.6-7.i386.rpm
Scim-pinyin-0.5.91-15.el5.i386.rpm
Reboot after installation is complete.
So far, you can use Chinese input methods. If you want to install other input methods, we recommend that you use little penguin input methods on the Internet.
A solution that does not work after redhat is installed with Chinese support
If the same method is used in the same environment, the problem does not occur before. When I install the Chinese Input Method again later, whether it is a restart or other operations after the Chinese package is installed, chinese characters are still garbled. After searching, find a solution:
1. Install the Chinese support package
Rpm-ivh fonts-chinese-3.02-12.el5.noarch.rpm
Rpm-ivh m17n-db-common-cjk-1.3.3-46.el5.noarch.rpm
Rpm-ivh m17n-db-chinese-1.3.3-46.el5.noarch.rpm
2. Terminal operation after completion
Fc-cache-fv
3. The Chinese support has taken effect.