summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-07-21 20:23:09 +0000
committerOwen Taylor <otaylor@src.gnome.org>2005-07-21 20:23:09 +0000
commitae6dfa1fa07024d568ca4fbfedf210b3ec0b0494 (patch)
treeec583798f22354ac2db1c01395df6587ff3f0041
parenteabc3a797328ae669b24f9b52a8e0b60bbf30925 (diff)
downloadpango-ae6dfa1fa07024d568ca4fbfedf210b3ec0b0494.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--ChangeLog7
-rw-r--r--ChangeLog.pre-1-107
-rw-r--r--modules/indic/indic-ot-class-tables.c2
3 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d94ea20..f2b4af45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,17 @@
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.
(#302577, Harshula)
2005-07-21 Owen Taylor <otaylor@redhat.com>
+
* pango/pango-layout.c (pango_layout_set_text): Avoid calling
memcpy with a NULL argument. (#310021, Morten Welinder)
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 6d94ea20..f2b4af45 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,10 +1,17 @@
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.
(#302577, Harshula)
2005-07-21 Owen Taylor <otaylor@redhat.com>
+
* pango/pango-layout.c (pango_layout_set_text): Avoid calling
memcpy with a NULL argument. (#310021, Morten Welinder)
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 */
};