ueno / libskk

Japanese SKK input method library
GNU General Public License v3.0
78 stars 27 forks source link

okuri-nasi in user-dict is ignored when you are in katakana-mode #12

Closed tamo closed 12 years ago

tamo commented 12 years ago
$ nkf -w siro.txt
;;; -*- coding: euc-jp -*-
;; okuri-ari entries.
;; okuri-nasi entries.
しろ /城/
$ echo "q S i r o K u" | skk -u siro.txt
{ "input": "q S i r o K u", "output": "", "preedit": "▼城ク" }  # should be "白ク" because...
$ echo   "S i r o K u" | skk -u siro.txt
{ "input": "S i r o K u", "output": "", "preedit": "▼白く" }

"qSiroKu" is the same as "qSiro ku"

tamo commented 12 years ago

Not only user-dicts but also file-dicts cause this problem. I pull-requested a likely fix as issue #13.