summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-07-26 13:44:37 +0000
committerOwen Taylor <otaylor@src.gnome.org>2005-07-26 13:44:37 +0000
commit5e762f5014222d71358a28474e7f53dfed609112 (patch)
tree0c11d9c5162595e7c62e16035d6c1b8b9049f89f
parent9becb82a86006707570aa3783cf396afb3d122f5 (diff)
downloadpango-5e762f5014222d71358a28474e7f53dfed609112.tar.gz
Change U+0B30 from _rv to _rb. Oriya doesn't have a vattu form of ra.
2005-07-26 Owen Taylor <otaylor@redhat.com> * modules/indic/indic-ot-class-tables.c (oryaCharClasses): Change U+0B30 from _rv to _rb. Oriya doesn't have a vattu form of ra. (#151393, Gautam Sengupta, fix from Gora Mohanty) * modules/indic/indic-ot-class-tables.c (oryaCharClasses): Change U+B02 from _ma to _mp. Anusvara appears after not above in Oriya. (#311575, Gora Mohanty) * modules/indic/indic-ot-class-tables.c (oryaCharClasses): Classify unicode standard additions U+0B35 (va), U+0B71 (wa) as _ct. (Also #311575)
-rw-r--r--ChangeLog15
-rw-r--r--ChangeLog.pre-1-1015
-rw-r--r--modules/indic/indic-ot-class-tables.c6
3 files changed, 33 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 728df01d..9f1b9e86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2005-07-26 Owen Taylor <otaylor@redhat.com>
+
+ * modules/indic/indic-ot-class-tables.c (oryaCharClasses):
+ Change U+0B30 from _rv to _rb. Oriya doesn't have a vattu
+ form of ra. (#151393, Gautam Sengupta, fix from
+ Gora Mohanty)
+
+ * modules/indic/indic-ot-class-tables.c (oryaCharClasses):
+ Change U+B02 from _ma to _mp. Anusvara appears after not
+ above in Oriya. (#311575, Gora Mohanty)
+
+ * modules/indic/indic-ot-class-tables.c (oryaCharClasses):
+ Classify unicode standard additions U+0B35 (va),
+ U+0B71 (wa) as _ct. (Also #311575)
+
2005-07-26 Behdad Esfahbod <pango@behdad.org>
* examples/cairoview.c, examples/pangoft2topgm.c,
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 728df01d..9f1b9e86 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,18 @@
+2005-07-26 Owen Taylor <otaylor@redhat.com>
+
+ * modules/indic/indic-ot-class-tables.c (oryaCharClasses):
+ Change U+0B30 from _rv to _rb. Oriya doesn't have a vattu
+ form of ra. (#151393, Gautam Sengupta, fix from
+ Gora Mohanty)
+
+ * modules/indic/indic-ot-class-tables.c (oryaCharClasses):
+ Change U+B02 from _ma to _mp. Anusvara appears after not
+ above in Oriya. (#311575, Gora Mohanty)
+
+ * modules/indic/indic-ot-class-tables.c (oryaCharClasses):
+ Classify unicode standard additions U+0B35 (va),
+ U+0B71 (wa) as _ct. (Also #311575)
+
2005-07-26 Behdad Esfahbod <pango@behdad.org>
* examples/cairoview.c, examples/pangoft2topgm.c,
diff --git a/modules/indic/indic-ot-class-tables.c b/modules/indic/indic-ot-class-tables.c
index 2de743e7..5c122f8e 100644
--- a/modules/indic/indic-ot-class-tables.c
+++ b/modules/indic/indic-ot-class-tables.c
@@ -151,14 +151,14 @@ static const IndicOTCharClass gujrCharClasses[] =
static const IndicOTCharClass oryaCharClasses[] =
{
- _xx, _ma, _ma, _mp, _xx, _iv, _iv, _iv, _iv, _iv, _iv, _iv, _iv, _xx, _xx, _iv, /* 0B00 - 0B0F */
+ _xx, _ma, _mp, _mp, _xx, _iv, _iv, _iv, _iv, _iv, _iv, _iv, _iv, _xx, _xx, _iv, /* 0B00 - 0B0F */
_iv, _xx, _xx, _iv, _iv, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, /* 0B10 - 0B1F */
_ct, _ct, _ct, _ct, _bb, _ct, _ct, _ct, _bb, _xx, _ct, _ct, _bb, _bb, _bb, _pb, /* 0B20 - 0B2F */
- _rv, _xx, _bb, _bb, _xx, _xx, _ct, _ct, _ct, _ct, _xx, _xx, _nu, _xx, _dr, _da, /* 0B30 - 0B3F */
+ _rb, _xx, _bb, _bb, _xx, _ct, _ct, _ct, _ct, _ct, _xx, _xx, _nu, _xx, _dr, _da, /* 0B30 - 0B3F */
_dr, _db, _db, _db, _xx, _xx, _xx, _dl, _s1, _xx, _xx, _s2, _s3, _vr, _xx, _xx, /* 0B40 - 0B4F */
_xx, _xx, _xx, _xx, _xx, _xx, _da, _dr, _xx, _xx, _xx, _xx, _cn, _cn, _xx, _cn, /* 0B50 - 0B5F */
_iv, _iv, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, /* 0B60 - 0B6F */
- _xx /* 0B70 */
+ _xx, _ct /* 0B70 - 0B71 */
};
static const IndicOTCharClass tamlCharClasses[] =