summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-10-16 13:49:09 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-10-16 13:49:09 +0000
commit70de88e6e7cf3b7752c6a38d80b12ba850a4c41d (patch)
tree5bd204cfbece604edaac2264e89b8b084ecd61a3
parent53703e4c9cde42353ac7164617ef60e436636a84 (diff)
downloadpango-70de88e6e7cf3b7752c6a38d80b12ba850a4c41d.tar.gz
Bug 330407 – Multiple dependant vowel signs (indic) displayed as one
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.
-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},