summaryrefslogtreecommitdiff
path: root/modules
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 /modules
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)
Diffstat (limited to 'modules')
-rw-r--r--modules/indic/indic-ot-class-tables.c2
1 files changed, 1 insertions, 1 deletions
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 */
};