The data file is valid. I just downloaded it and these are the first
three lines:
a 啊
a 阿
a 呵
The data file is in utf8 encoding. In order to read Chinese using vim,
I have the following settings on my .vimrc:
set enc=utf8
set gfn=Courier_New:h12:w7
set gfw=SimSun-18030,Arial_Unicode_MS
Yes, you are free to make your own data file. Actually, hundreds if
not thousands of "patents" were created on how to define the <key>
part of the mapping, among other things.
Welcome to the vim world of IME :))
Sean
On Jan 3, 8:10 pm, Tony Mechelynck <[email protected]>
wrote:
> 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
> > onhttp://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
-~----------~----~----~----~------~----~------~--~---