Skip to content

Candidates in Traditional chinese #34

Description

@GoogleCodeExporter
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 m.vys...@seznam.cz on 22 Aug 2012 at 9:11

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions