You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some further investigations:
At https://github.com/ueno/libkkc/blob/master/libkkc/context.vala#L174, the context CLEARS the all dictionaries in the context. When the user quits a program, fcitx5-kkc will deconstruct a Context, which clears the dictionary. The next time a program opens, kkc will lose all the dictionary information.
Now the question is: should kkc State keep the dictionary information even though it destructs, and let the caller handle the dictionary resource?
For example:
The correct result should be:
<令和/れいわ>
The correct result should be:
<令和/れいわ><時代/じだい>
I am using libkkc 0.3.5+git20190809.b2e5a15-2.1.
The text was updated successfully, but these errors were encountered: