summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-10-16 13:47:32 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-10-16 13:47:32 +0000
commit31341fd50ca1b290cc34dae5cce426c44f6d681c (patch)
tree82b245a93d8b585dcb782f802cbfb590bf6e9307
parent1bf9a4e3b3581537435bf87534a325556b8f470f (diff)
downloadpango-31341fd50ca1b290cc34dae5cce426c44f6d681c.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 96f28181..beaa5251 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>
* pango/pango-ot-info.c (pango_ot_info_get_type):
diff --git a/modules/indic/indic-ot-class-tables.c b/modules/indic/indic-ot-class-tables.c
index 4f9cbf69..5842cc78 100644
--- a/modules/indic/indic-ot-class-tables.c
+++ b/modules/indic/indic-ot-class-tables.c
@@ -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},