pkgsrc/inputmethod/Chinput/patches/patch-ac
shell ff169c7c04 Initial import of Chinput-3.0
(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.
2002-06-15 09:31:38 +00:00

13 lines
494 B
Text

$NetBSD: patch-ac,v 1.1.1.1 2002/06/15 09:31:39 shell Exp $
--- src/chinput.c.orig Mon Jun 10 21:16:56 2002
+++ src/chinput.c
@@ -75,7 +75,7 @@
HZloadRCFile(); //resource file
HZloadRCIME(); //IME lists from Chinput.ad
HZparseParameters(argc, argv); //parse parameters
- setlocale(LC_ALL, deflocale); //locale set
+ setlocale(LC_CTYPE, deflocale); //locale set
HZinitDisplay(); //display init
HZinitServerFont(); //font init
HZinitWindows(); //windows geometry init