nanogui@linuxhacker.org
nanogui@linuxhacker.org
to correctly view HAVE_BIG5_SUPPORT of t1demo
please set HAVE_BIG5_SUPPORT=Y &&
HAVE_GB2312_SUPPORT=N &&
HAVE_HZK_SUPPORT=N
(HAVE_HZK_SUPPORT will override HAVE_BIG5_SUPPORT in t1demo)
in real application, config:
HAVE_HZK_SUPPORT && HAVE_BIG5_SUPPORT
can co-exist
----- Original Message -----
From: "´¿¬L©ú" <kevin@gv.com.tw>
To: "<Greg Haerr>" <greg@Censoft.com>
Cc: <nanogui@linuxhacker.org>
Sent: Thursday, August 17, 2000 11:46 AM
Subject: config for HAVE_BIG5_SUPPORT
+####################################################################
+# Chinese BIG5 compiled in font support (big5font.c)
+####################################################################
+HAVE_BIG5_SUPPORT = Y
####################################################################
# Chinese GB2312 compiled in font support (gb2312font.c)
####################################################################
HAVE_GB2312_SUPPORT = N
nanogui@linuxhacker.org