Bug 330407 – Multiple dependant vowel signs (indic) displayed as one
authorBehdad Esfahbod <behdad@gnome.org>
Mon, 16 Oct 2006 13:47:32 +0000 (13:47 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Mon, 16 Oct 2006 13:47:32 +0000 (13:47 +0000)
2006-10-16  Behdad Esfahbod  <behdad@gnome.org>

        Bug 330407 – Multiple dependant vowel signs (indic) displayed as one
        Patch from LingNing Zhang

        * modules/indic/indic-ot-class-tables.c: Change state transition for
        cn to dv.

ChangeLog
modules/indic/indic-ot-class-tables.c

index 96f2818..beaa525 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-10-16  Behdad Esfahbod  <behdad@gnome.org>
+
+       Bug 330407 – Multiple dependant vowel signs (indic) displayed as one
+       Patch from LingNing Zhang
+
+       * modules/indic/indic-ot-class-tables.c: Change state transition for
+       cn to dv.
+
 2006-10-13  Behdad Esfahbod  <behdad@gnome.org>
 
        * pango/pango-ot-info.c (pango_ot_info_get_type):
index 4f9cbf6..5842cc7 100644 (file)
@@ -449,7 +449,7 @@ static const gint8 stateTable[][CC_COUNT] =
     {-1,  6,  1, -1, -1, -1, -1,  5,  4, -1, -1},
     {-1,  6,  1, -1, -1, -1,  2,  5,  4, 10,  9},
     {-1, -1, -1, -1,  3,  2, -1, -1, -1,  8, -1},
-    {-1,  6,  1, -1, -1, -1, -1,  5, -1, -1, -1},
+    {-1,  6,  1, -1, -1, -1, -1, -1, -1, -1, -1},
     {-1,  7,  1, -1, -1, -1, -1, -1, -1, -1, -1},
     {-1, -1,  1, -1, -1, -1, -1, -1, -1, -1, -1},
     {-1, -1, -1, -1,  3,  2, -1, -1, -1, -1, -1},