/* ### ### This file is part of ### ### TurboLinux ZWinPro ### ### Copyright (C) 1999-2000 TurboLinux, Inc. ### All Rights Reserved ### Distributed under the terms of the GNU General Public License (GPL) ### ### ### Authors: TurboLinux Chinese Development Team: ### Justin Yu ### Sean Chen ### Daniel Fang ### WWW: http://www.turbolinux.com.cn/ZWinPro/ ### FTP: ftp://ftp.turbolinux.com.cn/pub/ZWinPro/ ### */ //The server name is very important for some clients. //Clients will search the environment XMODIFIERS to locate //the input server by usual, so you'd better set it in your session //export XMODIFIERS=@im=Chinput (for bash) //setenv XMODIFIERS @im=Chinput (csh, tcsh) #define DEFAULT_IMNAME "Chinput" //#define LOCALE_GB "zh_CN.GBK" //#define LOCALE_BIG5 "zh_TW.Big5" //This input server support CJK by default #define IMLOCALE "zh_CN,zh_TW,ja_JP,ko_KR"