summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-09-13 22:45:25 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-09-13 22:45:25 +0000
commit619be4d9eeff3f7f3353e2b8ed363bb8b8141f1c (patch)
tree8b92c9c5512df93da3e9e7e25836508501953141
parent4716df68c6bd9bde071991ccee4893bdd621618f (diff)
downloadpango-619be4d9eeff3f7f3353e2b8ed363bb8b8141f1c.tar.gz
Bug 349876 – U+0x0904 of Devanagari need be "independent vowel", but it
2006-09-13 Behdad Esfahbod <behdad@gnome.org> 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.
-rw-r--r--ChangeLog9
-rw-r--r--modules/indic/indic-ot-class-tables.c2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 883962b2..7352d0b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2006-09-13 Behdad Esfahbod <behdad@gnome.org>
+ 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 <behdad@gnome.org>
+
Bug 355550 – Miscalculation of logical attributes in
pango_get_log_attrs()
Patch from Theppitak Karoonboonyanan
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 */