A temporary workaround is to change line 126 from return 0 to return 1.
But this will default to traditional for all the Chinese IME.
from:
else:
if self.db._is_chinese:
# if IME declare as Chinese IME
return 0
else:
return -1
to:
else:
if self.db._is_chinese:
# if IME declare as Chinese IME
return 1
else:
return -1
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/652841
Title:
Simplified Chinese mode default for Cangjie 5
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-table-cangjie/+bug/652841/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs