;;For Japanese, please read README.ja

UIM is an 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.

*dummy    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
        TODO: verify table by real T-code user.

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