From 7ad7fce1f38100b7748c8ef1c0ac17d13fd3afa6 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 13 Sep 2006 22:44:51 +0000 Subject: =?UTF-8?q?Bug=20349876=20=E2=80=93=20U+0x0904=20of=20Devanagari?= =?UTF-8?q?=20need=20be=20"independent=20vowel",=20but=20it?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2006-09-13 Behdad Esfahbod Bug 349876 – U+0x0904 of Devanagari need be "independent vowel", but it is "reserved" in Pango Patch from LingNing Zhang * modules/indic/indic-ot-class-tables.c (devaCharClasses): Change U+0904 from _xx to _iv. --- ChangeLog | 9 +++++++++ modules/indic/indic-ot-class-tables.c | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3148debb..23bcecb1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-09-13 Behdad Esfahbod + + Bug 349876 – U+0x0904 of Devanagari need be "independent vowel", but + it is "reserved" in Pango + Patch from LingNing Zhang + + * modules/indic/indic-ot-class-tables.c (devaCharClasses): Change + U+0904 from _xx to _iv. + 2006-09-13 Behdad Esfahbod Bug 355550 – Miscalculation of logical attributes in diff --git a/modules/indic/indic-ot-class-tables.c b/modules/indic/indic-ot-class-tables.c index 62a29085..6bfaf539 100644 --- a/modules/indic/indic-ot-class-tables.c +++ b/modules/indic/indic-ot-class-tables.c @@ -101,7 +101,7 @@ enum */ static const IndicOTCharClass devaCharClasses[] = { - _xx, _ma, _ma, _mp, _xx, _iv, _iv, _iv, _iv, _iv, _iv, _iv, _iv, _iv, _iv, _iv, /* 0900 - 090F */ + _xx, _ma, _ma, _mp, _iv, _iv, _iv, _iv, _iv, _iv, _iv, _iv, _iv, _iv, _iv, _iv, /* 0900 - 090F */ _iv, _iv, _iv, _iv, _iv, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, /* 0910 - 091F */ _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _cn, _ct, _ct, _ct, _ct, _ct, _ct, /* 0920 - 092F */ _rv, _cn, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _xx, _xx, _nu, _xx, _dr, _dl, /* 0930 - 093F */ -- cgit v1.2.1