How to make PCLinuxOS 2007 support Chinese

For Chinese support, you need to do the following:

1. install Chinese fonts from Fonts Install.
2. Install scim, scim-pinyin from Package Manager.
3. Install stardic, stardic dictionaries from Package Manager.

For Japanese and tranditional Chinese, you can choose install language at very begining of installation. For Korean, just follow the Chinese, install proper fonts and scim input methods.

How to Input Chinese in PClinuxOS 2007?

In English KDE Desktop, install Scim, Scim-pinyin (in Package Maganer, search scim, and select scim scim-pinyin to install).
Add the following lines in /etc/sysconfig/i18n

export GTK_IM_MODULE=xim
export QT_IM_MODULE=xim
GTK_IM_MODULE=scim
QT_IM_MODULE=scim
XIM_PROGRAM="scim -d"
XMODIFIERS=@im=SCIM

If you are not root user, in termal type:

$ su
Password: xxx(type root password)
$ kwrite /etc/sysconfig/i18n

If you want to use Chinese for file names, you need to install Chinese KDE (kde-i18n-zh_Ch.GB2312) in Package Manager.

What's "Fonts Install" ???

What's "Fonts Install" ???