summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-07-21 20:23:01 +0000
committerOwen Taylor <otaylor@src.gnome.org>2005-07-21 20:23:01 +0000
commit6eee79b4b3646f8df32da0951aa0899a0cb42504 (patch)
tree51cea80a593a10f6def495e52933013ff9f1d287
parented9ae7763fb3da33117fa2291226d0ea66f62561 (diff)
downloadpango-6eee79b4b3646f8df32da0951aa0899a0cb42504.tar.gz
Change the char class for U+0A5C from _cn (consonant with nukta) to _ct.
2005-07-21 Owen Taylor <otaylor@redhat.com> * modules/indic/indic-ot-class-tables.c: Change the char class for U+0A5C from _cn (consonant with nukta) to _ct. (#309459, Sukhjinder Sidhu)
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLog.pre-1-106
-rw-r--r--modules/indic/indic-ot-class-tables.c2
3 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c3a114df..f758c387 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
2005-07-21 Owen Taylor <otaylor@redhat.com>
+
+ * modules/indic/indic-ot-class-tables.c: Change the char
+ class for U+0A5C from _cn (consonant with nukta) to _ct.
+ (#309459, Sukhjinder Sidhu)
+
+2005-07-21 Owen Taylor <otaylor@redhat.com>
* modules/indic/indic-ot-class-tables.c: Enable touching
for Sinhala with the ZWJ + al-lakuna combination.
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index c3a114df..f758c387 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,4 +1,10 @@
2005-07-21 Owen Taylor <otaylor@redhat.com>
+
+ * modules/indic/indic-ot-class-tables.c: Change the char
+ class for U+0A5C from _cn (consonant with nukta) to _ct.
+ (#309459, Sukhjinder Sidhu)
+
+2005-07-21 Owen Taylor <otaylor@redhat.com>
* modules/indic/indic-ot-class-tables.c: Enable touching
for Sinhala with the ZWJ + al-lakuna combination.
diff --git a/modules/indic/indic-ot-class-tables.c b/modules/indic/indic-ot-class-tables.c
index 130f56f2..3ca664f6 100644
--- a/modules/indic/indic-ot-class-tables.c
+++ b/modules/indic/indic-ot-class-tables.c
@@ -121,7 +121,7 @@ static const IndicOTCharClass guruCharClasses[] =
_ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _xx, _ct, _ct, _ct, _ct, _ct, _bb, /* 0A20 - 0A2F */
_vt, _xx, _ct, _cn, _xx, _bb, _cn, _xx, _ct, _bb, _xx, _xx, _nu, _xx, _dr, _dl, /* 0A30 - 0A3F */
_dr, _db, _db, _xx, _xx, _xx, _xx, _da, _da, _xx, _xx, _da, _da, _vr, _xx, _xx, /* 0A40 - 0A4F */
- _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _cn, _cn, _cn, _cn, _xx, _cn, _xx, /* 0A50 - 0A5F */
+ _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _cn, _cn, _cn, _ct, _xx, _cn, _xx, /* 0A50 - 0A5F */
_xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, /* 0A60 - 0A6F */
_ma, _ma, _ct, _ct, _xx /* 0A70 - 0A74 */
};