# # ~/.i18n.jp # - invoke inside kterm # # # 15-Nov-01 amo Date-of-Birth # 13-Jun-02 amo Modified for JP # 04-Sep-05 amo Modified for USB-Stick - add more variables/comments # 10-Sep-05 amo Added scim # # # Watch out for: # Couldn't set locale: ja_JP.eucJP, ja_JP.ujis, ja_JP.EUC, # japanese.euc, Japanese-EUC, ja, japan # # # # Names of the fonts # fc-list | sort # # # available unicode fonts # locale -a | grep utf # ja_JP.eucjp # ja_JP.utf8 # # # current settings: # locale # env | egrep 'LANG|LC_' # # # # set and check the utf settings # # ------------------------------- # export LANG=ja_JP.utf-8 # #xport LC_CTYPE=en_GB.utf-8 # locale charmap # UTF-8 # # # # xim method, kterm uses kinput protocol by default # kterm -xim # # # Pick from one of these supprted Language from "locale -a" # --------------------------------------------------------- # was eucJP ( big JP ) # #xport LANG=ja_JP.eucjp export LANG=ja_JP.utf8 # #xport LC_MESSAGES=en_GB.UTF-8 # # # export LANG=ja_JP.eucJP # export LANG=ja_JP.utf9 # # export LANG=xx # export LANGUAGE=xx # export LC ALL=xx # # export GTK_IM_MODULE=scim export QT_IM_MODULE=scim export XIM_PROGRAM="scim -d" export XMODIFIERS=@im=SCIM # # gedit # ^space scim menu in lower right ?? # # enter or ^j use selected character # esc or ^g cancel it # # F7 convert to katakana # # space select from kanji # # End of file