summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--modules/indic/indic-ot-class-tables.c2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d927b06..f826d2b6 100644
--- 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>
* === Released 1.14.7 ===
diff --git a/modules/indic/indic-ot-class-tables.c b/modules/indic/indic-ot-class-tables.c
index 90ee57b1..3a274b7a 100644
--- a/modules/indic/indic-ot-class-tables.c
+++ b/modules/indic/indic-ot-class-tables.c
@@ -450,7 +450,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},