[Fedora-i18n-bugs] [Bug 643291] ibus-anthy commit_first_segment is not correct with Ja small chars.

bugzilla at redhat.com bugzilla at redhat.com
Fri Oct 15 07:56:46 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=643291

fujiwara <tfujiwar at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ON_DEV

--- Comment #1 from fujiwara <tfujiwar at redhat.com> 2010-10-15 03:56:46 EDT ---
http://github.com/fujiwarat/ibus-anthy/commit/609de132807b7c36b9db3ad16905b908f877f67e

There are two problems.
One is engine.jastring.move_cursor() expects the segment lengths but
commit_nth_segment() sends char lengths. I added move_cursor_hiragana_length()
to convert segment lengths to char lengths.
Another is commit_nth_segment() uses self.__segments[] but it doesn't return
all preedit text. I replaced self.__segments[] with self.__get_preedit .

Will release a new tarball.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the i18n-bugs mailing list