From 47889889328dfcdb61a93678b290adc4b464b205 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 6 Aug 2008 08:40:35 +0000 Subject: [PATCH] Fedora Bug 457883 - Sindhi Characters are not supported in pango 2008-08-06 Behdad Esfahbod Fedora Bug 457883 - Sindhi Characters are not supported in pango [U+097B-U+097F] Patch from Pravin Satpute * modules/indic/indic-ot-class-tables.c: Add [U+097B-U+097F]. svn path=/trunk/; revision=2684 --- ChangeLog | 8 ++++++++ modules/indic/indic-ot-class-tables.c | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c258ce8..d7dd2b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2008-08-06 Behdad Esfahbod + Fedora Bug 457883 - Sindhi Characters are not supported in + pango [U+097B-U+097F] + Patch from Pravin Satpute + + * modules/indic/indic-ot-class-tables.c: Add [U+097B-U+097F]. + +2008-08-06 Behdad Esfahbod + Bug 441654 – prefix fails when more than one base characters (as conjuncts) present after a half form the next prefix renders incorrectly diff --git a/modules/indic/indic-ot-class-tables.c b/modules/indic/indic-ot-class-tables.c index 605449a..9a1854f 100644 --- a/modules/indic/indic-ot-class-tables.c +++ b/modules/indic/indic-ot-class-tables.c @@ -107,7 +107,7 @@ static const IndicOTCharClass devaCharClasses[] = _dr, _db, _db, _db, _db, _da, _da, _da, _da, _dr, _dr, _dr, _dr, _vr, _xx, _xx, /* 0940 - 094F */ _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _cn, _cn, _cn, _cn, _cn, _cn, _cn, _cn, /* 0950 - 095F */ _iv, _iv, _db, _db, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, /* 0960 - 096F */ - _xx /* 0970 */ + _xx, _xx, _iv, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _ct, _ct, _ct, _ct, _ct /* 0970 - 097F */ }; /* As a hack, BENGALI LETTER A (U+0985) and BENGALI LETTER E (U+098F) -- 2.7.4