GNOME Bugzilla – Bug 388581
Composing jamo is broken in pango-1.15.2.
Last modified: 2007-01-03 18:58:13 UTC
Please describe the problem: composing jamo is broken in pango-1.15.2. Steps to reproduce: 1. Input Hangul or copy & paste hangul string. 2. 3. Actual results: Expected results: Does this happen every time? yes Other information: OS : Fedora Development (rawhide 20061222) GNOME 2.17.X
Created attachment 78785 [details] composing jamo is broken.
Thanks for reporting. Not exactly composing, but every last syllable in Hangul sequences was decomposed by a bug.
Created attachment 78794 [details] [review] Proposed fix - check if the remaiing string is a precomposed syllable
Thanks for patch. This problem is fixed.
2007-01-03 Changwoo Ryu <cwryu@debian.org> Bug 388702 - Crash when there's no Hangul glyph in the font. * modules/hangul/hangul-fc.c (render_syllable): Do not try to render unknown syllable glyphs as jamos. * modules/hangul/hangul-fc.c (hangul_engine_shape): Check if the remaining string is a syllable. Bug 388581 - Every last Hangul syllable is decomposed to jamos. * modules/hangul/hangul-fc.c (hangul_engine_shape): Check if the remaining string is a syllable.