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
When you write in the traditional chinese mode the candidates are still showed
in simplified chinese (except of the first candidate)
There is problem in the file engine.py
on Lines 291, 339 in two for cycles, where miss the conversion.
for i in range...
text = im_get_candidate(i)
+ if self.__trad_chinese[self.__mode]:
+ text = libopencc.convert(text)
+ pass
self.__lookup_table.append_candidate(ibus.Text(text))
pass
Original issue reported on code.google.com by [email protected] on 22 Aug 2012 at 9:11
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 22 Aug 2012 at 9:11The text was updated successfully, but these errors were encountered: