From: Araki K. <ara...@us...> - 2002-10-05 03:10:41
|
Hi, Subject: [Mlterm-dev-en] input method question From: Ambrose Li <a....@ie...> Message-ID: <200...@ad...> Date: Fri, 4 Oct 2002 02:34:47 -0400 > Say I started mlterm in Big5 mode, and want to enter something > with kinput2 (for whatever reason). The input window will > appear, but when I finish the conversion and press Enter, > nothing is sent (by which I mean, say, od -t inside the mlterm > will display nothing). If I switch to xcin-zh_CN.GB2312, the > same happens (nothing gets sent). This happens whether or not > I check the "Process received strings via Unicode" box. > > If I change mlterm to UTF-8 mode, I can use any IME. "Process received strings via Unicode" is only for text from other applications via X selection and makes no sense for input text from XIM method. That's why EUC-JP(JISX0208) and GB2312 characters from XIM method aren't shown in Big5 mode. Then, an attached patch will help you. # If this patch is merged, 'copy_paste_via_ucs' option should be renamed # to something like 'receive_string_via_ucs' or so, I think. Regards, -- kiken ara...@us... |