;;For Japanese, please read README.ja

UIM is a light weight and full featured input method library.


 Most of the functionalites in this library are implemented
 with Scheme. Thus it is simple, secure and flexible.

TODO: write this document in English.


You can test them simply doing
$ ./configure;make
$ GTK_IM_MODULE=uim-py ./test.sh
at the source directory.

If you want to install im-uim please type as following
$ ./configure --sysconfdir=/etc --prefix=/usr;make
# make install



Currently, following input method systems are available.

*default    do nothing.

*py(Chinese)    Pin Yin
        Tables are stolen from emacs leim

*skk(Japanese)    SKK
        SKK dictionary is required to use skk.
        Otherwise you can type only phonetic symbols
        in Japanese.

*anthy(Japanese)
        libanthy(Japanese Conversion) is required to use anthy.
        Otherwise you can type only phonetic symbols
        in Japanese.

*prime(Japanese)
        prime is Japanese predictive input method.

*tcode(Japanese)    T-code
        T-code is composition based Japanese input method

*tutcode(Japanese)  TUT-code
        TUT-code is composition based Japanese input method

*viqr(Vietnamese)
*hangul2(Korean)
*hangul3(Korean)
*ipa

--
Yusuke Tabata(yusuke@cherubim.icw.co.jp)
