If you use 'cxterm', you can just use Chinese fonts that you had already installed for it to work with Netscape. But you need to do some font alias mapping to make Netscape be able to find these fonts.
The basic idea is that Netscape try to find fontnames end with
big5-0
big5.et-0
big5.et.ext-0
big5.etext-0
big5.hku-0
big5.hku-1
big5.pc-0
After you start up your X Window, you can check whether your environment
confirm to this or not by following command:
xlsfonts | grep big5
ftp ftp.netscape.com Username: ftp Password: ftp> cd pub/navigator/3.01/unix ftp> bin ftp> get netscape-v301-export.sparc-sun-solaris2.4.tar.gz ftp> bye
zcat netscape-v301-export.sparc-sun-solaris2.4.tar.gz | tar xvf
# At your home directory mkdir app-defaults mv Netscape.ad app-defaults/Netscape setenv XAPPLRESDIR $HOME/app-defaults
taipei16.bdf
taipei24.bdf
taipei24k.bdf
taipeil24.bdf
The original site carry it is
ftp://ifcss.org/pub/software/fonts/big5/bdf
If you are the system adminstrator, you can install these fonts to
the system font directory. You can find out the fonts path of your
system by
xset q
# in your home directory mkdir xfonts cd xfonts # move fonts to this directory. # create or update 'fonts.dir' by mkfontdir .The content of 'fonts.dir' in this directory should have following lines:
taipei16.bdf taipei16
taipei24.bdf taipei24
taipeik24.bdf taipeik24
taipeil24.bdf taipeil24
Please add following mapping into your 'fonts.alias' file:
-taipei-ming16-medium-r-normal-*-16-160-*-*-*-*-big5-0 taipei16 -taipei-ming-medium-r-normal-*-24-240-*-*-*-*-big5-0 taipei24 -taipei-kai-medium-r-normal-*-24-240-*-*-*-*-big5-0 taipeik24 -taipei-li-medium-r-normal-*-24-240-*-*-*-*-big5-0 taipeil24Then add this new font directory into your font path by
xset fp+ $HOME/xfonts
You can check whether the font is installed successfully or not by
xlsfonts | grep big5