|
Next
Previous
Contents
9. Related Chinese Problems with Others9.1 Netscape NavigatorNetscape 2.0 or later support both BIG5 and GB codes, which have already discussed on several homepages. To display Chinese in Netscape, there are three steps:
Fixed(HKU) Size 16.0, which is causing from the settings in /usr/X11R6/lib/X11/app-defaults/Netscape.
Assuming that you have the following BIG5 fonts:
Add one line to /usr/X11R6/lib/X11/app-defaults/Netscape
Then, Netscape can use these fonts well.
Another solution is to name aliases for your fonts's names: Adding aliases in the
The fonts filenames, like
to reload fonts's names to make them available.
You may find that the sizes of Chinese and English are out of proportion in homepages of Chinese-English languages(such as too small English words), which is the reason that what you've selected for English fonts and Chinese fonts is unbalanced at the magnitude. Go back to the configuration for fonts, and select Western(iso-8859-1). Then, in your opinion, change the size of English fonts to make it perfect in proportions.
9.2 sendmailBecause defaults of
9.3 procmail
Create
# To avoid accidents, store mails before using procmail.
# You can filter mails to ensure which mail doesn't need to duplicate
# by, for example, MAILER-DAEMON.
:0 c
* !^From.*MAILER-DAEMON
mail/procmail-backup
# Uncode mails encoded by quoted-printable or base64.
:0
* ^Content-Type: *text/plain
{
:0 fbw
* ^Content-Transfer-Encoding: *quoted-printable
| mimencode -u -q
:0 Afhw
| formail -I "Content-Transfer-Encoding: 8bit" \
-I "X-Mimed-Autoconverted: quoted-printable to 8bit by procmail"
:0 fbw
* ^Content-Transfer-Encoding: *base64
| mimencode -u -b
:0 Afhw
| formail -I "Content-Transfer-Encoding: 8bit" \
-I "X-Mimed-Autoconverted: base64 to 8bit by procmail"
}
# Here will judge whether a mail is GB codes or not; if it is, convert it
# into BIG5 codes. If you want to convert BIG5 codes into GB codes, you
# need to exchange big5 with gb2312 and replace 'hc -m b2g' with 'hc -m g2b'.
:0
* ^Content-Type:.*text/plain;.*charset=gb2312
{
:0 fw
| hc -m b2g -t /usr/local/lib/chinese/hc.tab
:0 Afhw
| formail -I "Content-Type: text/plain; charset=big5" \
-I "X-Charset-Autoconverted: gb2312 to big5 by procmail"
}
# Store mails into mailbox.
:0:
${ORGMAIL}
In this case, integrating with Eventually, rectify your
Notes: change the login as your login name.
9.4 telnetIf you can access Chinese on your own machine, but cannot access Chinese while telnet to other machines, then the problems may cause from ftp://linux.cis.nctu.edu.tw/packages/chinese/misc/
9.5 less
9.6 pinePine of version 3.95 later can support reading and entering Chinese mails. As you execute pine, select
Then, hit You can also install the cpine capable of showing Chinese messages: ftp://ftp.vit.edu.tw/unix/linux/chinese/cpine-3.91.bin.tgz
9.7 samba
9.8 lynx
Lynx v2.7 can view Chinese homepages directly. Execute lynx, and press
9.9 minicomUse the switch
9.10 fingerdIf you type Chinese in your ftp://nctuccca.edu.tw/OS/Linux/packages/network/finger/cfingerd-1.3.2.tar.gz Decompress it and execute Then, modify
Let
9.11 tintin++The TinTin++ is not a Chinese software but just a useful tool when playing Chinese mud.You can download it from this place: ftp://ftp.princeton.edu/pub/tintin++ Here are some Chinese mud sites:
Next Previous Contents Linux HOWTO full list |
|
This document, LDP HOWTO-INDEX, is copyrighted (c) 1995 - 2002 by Tim Bynum, Guylhem Aznar, Joshua Drake and Greg Ferguson. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is available at http://www.gnu.org/copyleft/fdl.html. If you have questions, please contact the LDP.
Web Design Copyright © 1999-2003. Chrisranjana Software Solutions Pvt Ltd. syndicate rss feed |