From 70de88e6e7cf3b7752c6a38d80b12ba850a4c41d Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 16 Oct 2006 13:49:09 +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. --- ChangeLog | 8 ++++++++ modules/indic/indic-ot-class-tables.c | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3d927b06..f826d2b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +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. + 2006-10-13 Behdad Esfahbod * === 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}, -- cgit v1.2.1