diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-10-16 13:47:32 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-10-16 13:47:32 +0000 |
commit | 31341fd50ca1b290cc34dae5cce426c44f6d681c (patch) | |
tree | 82b245a93d8b585dcb782f802cbfb590bf6e9307 /modules | |
parent | 1bf9a4e3b3581537435bf87534a325556b8f470f (diff) | |
download | pango-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.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/indic/indic-ot-class-tables.c | 2 |
1 files changed, 1 insertions, 1 deletions
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}, |