Hi, The attached ports are required to update inputmethods/ibus-skk.
libskk is a GObject-based library to deal with Japanese kana-to-kanji (SKK) conversion originally submitted by Tamotsu Takahashi, updated and with some tweak by me. skk-jisyo is a dictionary for SKK. Thanks to Antoine for hosting the skk-jisyo file. To test (from libskk): $ echo "A i SPC" | skk { "input": "A i SPC", "output": "", "preedit": "▼愛" } $ echo "K a p a SPC K a SPC" | skk { "input": "K a p a SPC K a SPC", "output": "", "preedit": "▼かぱ【▼蚊】" } $ echo "r k" | skk -r tutcode { "input": "r k", "output": "あ", "preedit": "" } $ echo "a (usleep 50000) b (usleep 200000)" | skk -r nicola { "input": "a (usleep 50000) b (usleep 200000)", "output": "うへ", "preedit": "" } Comments? OKs? f.-
libskk.tgz
Description: GNU Zip compressed data
skk-jisyo.tgz
Description: GNU Zip compressed data