Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1670 by [email protected]: ubuntu Chinese Hong Kong cannot type traditional chinese
http://code.google.com/p/ibus/issues/detail?id=1670

Please *DO NOT* ask question here! Please use
https://groups.google.com/group/ibus-user

请不要在这里提问,请使用ibus用户讨论组
https://groups.google.com/group/ibus-user

What version of the product are you using? On what operating system?
OS (Linux distributions, UNIX or ...):
Architecture (i386, x86_64):
IBus version:
Input method name and version:
Python version:
dbus version:
dbus-python version:
gtk version (if bug is about gtk applications):
qt version (if bug is about qt applications):

What steps will reproduce the problem?
1. just simply type some traditional chinese will fail.
2. workaround in /usr/share/ibus-table/engine/table.py line 125
3. change it to
    if self.db._is_chinese :
    return 1

to solve the issue, but please add one more checking if the user is using HK chinese, not only taiwan guy use traditional chinese, HK guy also use it.
What is the expected output? What do you see instead?

Please provide any additional information below.


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
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
--- You received this message because you are subscribed to the Google Groups "ibus-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

回复