CHENG Gao wrote: > I dont think so. I used Emacs under Windows for long time, and I use > Windows input methods for Chinese.
But you are using Chinese input methods with your system locale set to Chinese, aren't you? The problem is that you can only get input in the system locale's codepage unless you either handle all window messages in Unicode (breaking backwards compatibility with Windows 95/98/ME), or introduce code specifically to deal with IMEs (about 3 versions of that code are needed to deal with all the IMEs shipped with various language and version variants of Windows, and this method only works for languages that use an IME).