Hello friends,
I finally removed all other Linux distros which makes TCL the only distro in my box. After adding latex support, it's time for me to add Chinese support.
I have this code, from some DSL users, shown as below:
cd /home/dsl
wget http://www.newsclan.com/dsl/cnpack.tar.gz
cd /
sudo tar -vxzf home/dsl/cnpack.tar.gz
sudo chown -R dsl /home/dsl/.mozilla
sudo mkdir /usr/lib/X11/fonts/misc
xset fp rehash
This is how DSL users add Chinese support. I tried this, but it doesn't work with TCL. Can anyone have a look at this piece and suggest how we may revise it?
Thank you!