From: Behdad Esfahbod Date: Wed, 6 Apr 2011 20:04:15 +0000 (-0400) Subject: Bug 646213 - Hangul Jamo render as U+00xx boxes and produce valgrind errors X-Git-Tag: 1.29.1~157 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b1910adacb133e229acde532a5a43d588d12faa;p=platform%2Fupstream%2Fpango.git Bug 646213 - Hangul Jamo render as U+00xx boxes and produce valgrind errors --- diff --git a/modules/hangul/hangul-fc.c b/modules/hangul/hangul-fc.c index 7692a84..b9ffa9b 100644 --- a/modules/hangul/hangul-fc.c +++ b/modules/hangul/hangul-fc.c @@ -346,7 +346,7 @@ render_syllable (PangoFont *font, const char *str, int length, *n_glyphs = oldlen; pango_glyph_string_set_size (glyphs, *n_glyphs + 1); set_glyph (font, glyphs, *n_glyphs, cluster_offset, - PANGO_GET_UNKNOWN_GLYPH (text[i])); + PANGO_GET_UNKNOWN_GLYPH (wc)); (*n_glyphs)++; break; }