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 /modules | |
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)
Diffstat (limited to 'modules')
-rw-r--r-- | modules/indic/indic-ot-class-tables.c | 5 |
1 files changed, 3 insertions, 2 deletions
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} }; |