[openi18n-im:01181] Weird encoding change? of htt_server
Kazuki Ohta <[email protected]>
| Newsgroups | gmane.comp.internationalization.input-methods |
|---|---|
| Message-ID | <[email protected]> |
Hi. I'm now looking at the source code of iiimcf library. And I found im-sdk/lib/iiimcf/test/check/* is very useful example of how to use iiimcf library. Thank you! But I noticed that after executing sendkey1 or sendkey2, candidate encoding seems wrong. Please have a look at these screenshot. $sudo htt_server -port 9010 $GTK_IM_MODULE=iiim gedit http://mover.cool.ne.jp/others/iiimf/2005-02-12_1024x768_scrot-1.png $./sendkey1 forward keyevent (41, 61, 00) --- not forwarded. forward trigger notify event (1) --- successfully forwarded. Status:[ U+3042 ] Event[TRIGGER-NOTIFY]: 1 Event[STATUS-START] Event[STATUS-CHANGE] forward keyevent (4B, 6B, 00) --- successfully forwarded. Preedit(1):k[(0,2)] Event[PREEDIT-START] Event[PREEDIT-CHANGE] forward keyevent (55, 75, 00) --- successfully forwarded. Preedit(2):k[(0,2)]u[(0,2)] Event[PREEDIT-CHANGE] forward keyevent (31, 31, 00) --- successfully forwarded. Preedit(3):k[(0,2)]u[(0,2)]1[(0,2)] Event[PREEDIT-CHANGE] forward keyevent (0A, 00, 00) --- successfully forwarded. Preedit(0): Committed text:ku1 Event[COMMIT] Event[PREEDIT-CHANGE] forward trigger notify event (0) --- successfully forwarded. Preedit is disabled. Status is disabled. Event[TRIGGER-NOTIFY]: 0 Event[STATUS-CHANGE] Event[STATUS-CHANGE] Event[PREEDIT-DONE] $GTK_IM_MODULE=iiim gedit http://mover.cool.ne.jp/others/iiimf/2005-02-12_1024x768_scrot.png Would you please teach me any solution?