Re: From a newbie: Mule-UCS installation and configuration
Kenichi Handa <[email protected]> Sat, 29 Jan 2005 10:52:02 +0900 (JST)
| Newsgroups | gmane.emacs.mule |
|---|---|
| Message-ID | <[email protected]> |
In article <[email protected]>, "Rodolfo Medina" <[email protected]> writes: > The correct syntax is: (set-keyboard-coding-system 'utf-8). > In my .emacs I put the following line: > (set-keyboard-coding-system 'utf-8) > , then opened Emacs with `LC_CTYPE=zh_CN.UTF-8 emacs' > but still got chaos code when trying to input chinese characters with scim. You don't have to call set-keyboard-coding-system nor load Mule-UCS for CVS emacs. But, I found a bug. CVS emacs doesn't auto-load translation tables for CJK charaters on decoding an input from XIM by utf-8. I'll fix it soon, but for the moment, please try to call this before you start inputting via SCIM (utf-translate-cjk-load-tables) I confirmed that it worked with the latest CVS emacs in my environment. --- Ken'ichi HANDA [email protected]