On 04/01/09 04:12, Sean wrote: > Hi, > > I just uploaded a script used as an IME (Input Method Editor) for > typing Chinese as an example: > http://vim.sourceforge.net/scripts/script.php?script_id=2506 > > The screen-shot can be found on > http://maxiangjiang.googlepages.com/vim_ime.gif > > For years, I have been dreaming of an independent IME to input Chinese > from within vim. After all, vim is a text editor, which should be able > to type in any language including CJK. It is a pain to configure and > use the supported |+multi_byte_ime| API, which is dependent on > binaries outside of vim. > > As a backgrounds to those who never used CJK, the IME is a big > business in Asian countries. The basic idea is how to input ten- > thousands of characters comfortably using English keyboard. > > Now, I hope vim can jump the boat comfortably. > > Thanks > > Sean
Interesting. The "data file" http://maxiangjiang.googlepages.com/ChineseIME.dict doesn't seem to be in the "key, space, hanzi" format described in the ChineseIME.vim plugin. Maybe someday (if I come around to it) I'll try to build a datafile by Kangxi (or similar) radicals and strokes, for people who can "see" hanzi and maybe even "understand" them but not "say" them. I might even already have the needed data in a different format somewhere on this computer. Best regards, Tony. -- Leibowitz's Rule: When hammering a nail, you will never hit your finger if you hold the hammer with both hands. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
