summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-09-13 22:48:23 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-09-13 22:48:23 +0000
commitfdd1920d86bcd88eac06bd947ab8c0856b0d302f (patch)
tree092acb50b30861d21e0805c9ecc7a884a663320a
parent619be4d9eeff3f7f3353e2b8ed363bb8b8141f1c (diff)
downloadpango-fdd1920d86bcd88eac06bd947ab8c0856b0d302f.tar.gz
Bug 355750 – The glyphs of the conjuctions about Cons+0x0d4d+0x0d32 of
2006-09-13 Behdad Esfahbod <behdad@gnome.org> Bug 355750 – The glyphs of the conjuctions about Cons+0x0d4d+0x0d32 of Malayalm are wrong. Patch from LingNing Zhang * modules/indic/indic-ot-class-tables.c (mlymCharClasses): Change U+0D32 from _bb to _ct.
-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 7352d0b1..d8e208d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2006-09-13 Behdad Esfahbod <behdad@gnome.org>
+ Bug 355750 – The glyphs of the conjuctions about Cons+0x0d4d+0x0d32 of
+ Malayalm are wrong.
+ Patch from LingNing Zhang
+
+ * modules/indic/indic-ot-class-tables.c (mlymCharClasses): Change
+ U+0D32 from _bb to _ct.
+
+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
diff --git a/modules/indic/indic-ot-class-tables.c b/modules/indic/indic-ot-class-tables.c
index 6bfaf539..95089674 100644
--- a/modules/indic/indic-ot-class-tables.c
+++ b/modules/indic/indic-ot-class-tables.c
@@ -215,7 +215,7 @@ static const IndicOTCharClass mlymCharClasses[] =
_xx, _xx, _mp, _mp, _xx, _iv, _iv, _iv, _iv, _iv, _iv, _iv, _iv, _xx, _iv, _iv, /* 0D00 - 0D0F */
_iv, _xx, _iv, _iv, _iv, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, /* 0D10 - 0D1F */
_ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _xx, _ct, _ct, _ct, _ct, _ct, _pb, /* 0D20 - 0D2F */
- _pb, _cn, _bb, _ct, _ct, _pb, _ct, _ct, _ct, _ct, _xx, _xx, _xx, _xx, _dr, _dr, /* 0D30 - 0D3F */
+ _pb, _cn, _ct, _ct, _ct, _pb, _ct, _ct, _ct, _ct, _xx, _xx, _xx, _xx, _dr, _dr, /* 0D30 - 0D3F */
_dr, _dr, _dr, _dr, _xx, _xx, _dl, _dl, _dl, _xx, _s1, _s2, _s3, _vr, _xx, _xx, /* 0D40 - 0D4F */
_xx, _xx, _xx, _xx, _xx, _xx, _xx, _dr, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, /* 0D50 - 0D5F */
_iv, _iv, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx /* 0D60 - 0D6F */