From 31341fd50ca1b290cc34dae5cce426c44f6d681c Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 16 Oct 2006 13:47:32 +0000 Subject: =?UTF-8?q?Bug=20330407=20=E2=80=93=20Multiple=20dependant=20vowel?= =?UTF-8?q?=20signs=20(indic)=20displayed=20as=20one?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2006-10-16 Behdad Esfahbod 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. --- modules/indic/indic-ot-class-tables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/indic/indic-ot-class-tables.c') 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}, -- cgit v1.2.1