summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-1-105
-rw-r--r--modules/indic/indic-ot-class-tables.c5
3 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index af1ea29d..6d94ea20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
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 af1ea29d..6d94ea20 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,5 +1,10 @@
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 b8aa4940..130f56f2 100644
--- a/modules/indic/indic-ot-class-tables.c
+++ b/modules/indic/indic-ot-class-tables.c
@@ -439,13 +439,14 @@ static const gint8 stateTable[][CC_COUNT] =
{ 1, 1, 1, 5, 3, 2, 1, 1, 1, 1, 1},
{-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},
{-1, 6, 1, -1, -1, -1, -1, 5, 4, -1, -1},
- {-1, 6, 1, -1, -1, -1, 2, 5, 4, -1, 9},
+ {-1, 6, 1, -1, -1, -1, 2, 5, 4, 10, 9},
{-1, -1, -1, -1, 3, 2, -1, -1, -1, 8, -1},
{-1, 6, 1, -1, -1, -1, -1, 5, -1, -1, -1},
{-1, 7, 1, -1, -1, -1, -1, -1, -1, -1, -1},
{-1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1},
{-1, -1, -1, -1, 3, 2, -1, -1, -1, -1, -1},
- {-1, -1, -1, -1, -1, -1, -1, -1, -1, 8, -1}
+ {-1, -1, -1, -1, -1, -1, -1, -1, -1, 8, -1},
+ {-1, -1, -1, -1, -1, -1, -1, -1, 8, -1, 8}
};