# # # 10-Sep-05 amo Date-of-Birth # # http://anthy.sourceforge.jp/ http://scim-imengine.sourceforge.jp/ # http://sourceforge.jp/projects/anthy/ # http://osdn.dl.sourceforge.jp/anthy/16195/anthy-6829.tar.gz # http://ftp.debian.org/debian/pool/main/a/anthy/anthy_6724.orig.tar.gz # # # Howto # -------- # http://www.h4.dion.ne.jp/~apricots/scim-anthy/howto.html ( local copy = anthy.howto.html ) # http://www.h4.dion.ne.jp/~apricots/scim-anthy/romakana.html # # # cd /usr/local/src # tar zxvfp anthy-6829.tar.gz # cd anthy-6829 # ./configure # make # cd test ; ./anthy # make install # # # ========================================================= # http://www.h4.dion.ne.jp/~apricots/scim-anthy/howto.html ( local copy = anthy.howto.html ) # ========================================================= # # vi ~/.bashrc or ~/.i18n or /etc/sysconfig/i18n # # export GTK_IM_MODULE=scim # export QT_IM_MODULE=scim # export XIM_PROGRAM="scim -d" # export XMODIFIERS=@im=SCIM # # export LANG=ja_JP.utf8 # # # In order to use SCIM input methods in Qt/KDE applications without scim-qtimm being installed, # QT_IM_MODULE should be set to xim in ~/.i18n # # # To make scim-anthy available in all applications in non-Japanese environments, # a UTF-8 locale is required. # # SCIM supports en_US.UTF-8 by default # # To use ja_JP.UTF-8 # vi /etc/scim/global or ~/.scim/global # /SupportedUnicodeLocales = en_US.UTF-8,ja_JP.UTF-8 # # # gedit # ctrl-space activates SCIM and you will see the SCIM toolbar at the bottom right corner of your screen # # enter or ^j use selected character # esc or ^g cancel it # # F7 convert to katakana # # space select from kanji # # # End of file