Hello wen, On Friday, November 17, 2000, [EMAIL PROTECTED] wrote: hashao>> You have to export [EMAIL PROTECTED] before you start crxvt on command hashao>> line.
wjenj> In ~/.bash_profile wjenj> export LC_ALL=zh_CN.GB2312 wjenj> export LANG=zh_CN.GB2312 wjenj> export [EMAIL PROTECTED] wjenj> then wjenj> $ source .bash_profile wjenj> in xterm wjenj> $ crxvt-gb -im Chinput -pt Root& wjenj> crxvt: Setting locale failed. <-- message If it is failed, locale will fall back to C. That is bad. So this is the problem. try export LC_CTYPE=zh_CN.GB2312 and unset LC_ALL and LANG. I don't know why you LC_ALL=zh_CN.GB2312 is failed. It should be OK under potato. When LC_ALL and LANG failed, it is most likely that your /usr/share/locale/zh_CN don't have all the neccessary locale properties. PS: are you sure the Chinput is up and running? In your other mail, it looks like chinput is not running. check with 'ps' please. -- Best regards, hashao mailto:[EMAIL PROTECTED] -- | This message was re-posted from [email protected] | and converted from gb2312 to big5 by an automatic gateway.

