This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-02-08 02:01:10 +01:00
parent 9d9dca02d9
commit 1876cfdb56
2 changed files with 4 additions and 2 deletions

View file

@ -1175,6 +1175,9 @@ blit_comb (const struct grub_unicode_glyph *glyph_id,
if (!combining_glyphs[i])
continue;
/* CGJ is to avoid diacritics reordering. */
if (glyph_id->combining[i] == GRUB_UNICODE_COMBINING_GRAPHEME_JOINER)
continue;
combtype = get_comb_type (glyph_id->combining[i]);
switch (combtype)
{