ueno / ibus-skk

Japanese SKK engine for IBus
GNU General Public License v2.0
77 stars 19 forks source link

user dictionary truncation #44

Closed HirotoKagotani closed 12 years ago

HirotoKagotani commented 12 years ago

I'm using ibus-1.4.0 + ibus-skk-1.3.99.20120105 + libskk-0.0.7 on FreeBSD.

I added another user dictionary that contained many entries while the default user dictionary was remained with just a few entries. After I converted a word in the new user dictionary, the word was inserted into the old (default) user dictionary, and the new (added) user dictionary was truncated to the size of 4096 bytes.

Are users allowed to have more than one user dictionary? If not, the setup dialog should detect the error.

ueno commented 12 years ago

Thanks! I also have noticed the truncation but have no time to identify it is related to the 4096 bytes limit. Now it should be fixed: ba9af5354e8f39e5a32cce000993dfc84d2504e

BTW, as I also fixed a bug in user dict: ca7d6761741ea3a44f16419bdb0b54af7fa77a0d I'll release 0.0.8 soon.