diff options
author | Owen Taylor <otaylor@redhat.com> | 2005-07-21 20:17:40 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2005-07-21 20:17:40 +0000 |
commit | eabc3a797328ae669b24f9b52a8e0b60bbf30925 (patch) | |
tree | 6aece32ca27f93efa6edcdff6a5c0091bfd8455d | |
parent | d3534306bd111185bb70dfdd956cf7de48791d6d (diff) | |
download | pango-eabc3a797328ae669b24f9b52a8e0b60bbf30925.tar.gz |
Enable touching for Sinhala with the ZWJ + al-lakuna combination.
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)
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-10 | 5 | ||||
-rw-r--r-- | modules/indic/indic-ot-class-tables.c | 5 |
3 files changed, 13 insertions, 2 deletions
@@ -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} }; |