When RHEL5 is installed for the first time, if the English language is selected, the system will not install the Chinese support package, which leads to garbled Chinese characters (small box )....... many people say that the vi/etc/sysconfig/i18n file is not necessary at all. Solution: Install 1. fonts-chinese-3.02-9.6.el5.noarch.rpm. Add -- force2.fonts-ISO8859-2-7 if installation fails
When RHEL5 is installed for the first time, if the English language is selected, the system will not install the Chinese support package, which leads to garbled Chinese characters (small box ).......
Many people say that the vi/etc/sysconfig/i18n file is not necessary at all.
Solution:
Install 1. fonts-chinese-3.02-9.6.el5.noarch.rpm. Add -- force if installation fails
2. fonts-ISO8859-2-75dpi-1.0-17.1.noarch.rpm
Most people do not perform any other operations here, so they still cannot correctly display Chinese characters.
3. cd/usr/share/fonts/
4. fc-cache-fv # these two steps are the key to success. I believe there are still countless troubles here.