Comment #11 on issue 1472 by [email protected]: Making IBus usable in Hong Kong
http://code.google.com/p/ibus/issues/detail?id=1472

Let's think out of the box.
For the function
  def get_chinese_mode (self):
in engine/table.py,
it defines which default filter of the locale using.

But the table of Cangjie5 is designed for both traditional and simplify Chinese. If we cannot remove the filter. why not make the filter default return 3 (3 is Big charset mode, but traditional Chinese first)?

For the programming issues, it is not good to hard code it in to the code, but ibus-table is using sqlite as the DB of the tables, why it cannot put the best practice of the filter for each input method and read that value as the default filter value? Why the default filter value is depends on the locale rather than depends on the input method itself?





--
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en

回复