ff169c7c04
(PR#17231 by Rui-Xiang Guo <rxg@netbsd.org>) Chinese input server --- Chinput is a Chinese input server. It supports XIM(X Input Method) Protocol and its own protocol for Chinese platform. XIM is the standard input protocol for DBCS input in X11. All the clients can use it if they support XIM. Chinput now use the input engine(IME) from Unicon, and it can support both GB and Big5 charset.
13 lines
364 B
Text
13 lines
364 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2002/06/15 09:31:39 shell Exp $
|
|
|
|
--- src/XIM.h.orig Mon Jun 10 21:19:55 2002
|
|
+++ src/XIM.h
|
|
@@ -25,7 +25,7 @@
|
|
//setenv XMODIFIERS @im=Chinput (csh, tcsh)
|
|
#define DEFAULT_IMNAME "Chinput"
|
|
|
|
-#define LOCALE_GB "zh_CN.GBK"
|
|
+#define LOCALE_GB "zh_CN.eucCN"
|
|
#define LOCALE_BIG5 "zh_TW.Big5"
|
|
|
|
//This input server support CJK by default
|