diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-10-12 18:20:20 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-10-12 18:20:20 +0000 |
commit | 917348b39fcc7b38d9e590ae63ea2cacda486157 (patch) | |
tree | fb15b45b194fbc4956b68c2d87a2a87a44c91acf /modules | |
parent | 21b215a958df86cb6e2398fd26966d751c4c832d (diff) | |
download | pango-917348b39fcc7b38d9e590ae63ea2cacda486157.tar.gz |
Bug 358174 – Reph and Vattu forms of Assamese character RA(U+09F0) are
2006-10-12 Behdad Esfahbod <behdad@gnome.org>
Bug 358174 – Reph and Vattu forms of Assamese character RA(U+09F0) are
not rendered.
Patch from Rahul Bhalerao
* modules/indic/indic-ot-class-tables.c: Change the class bit of
U+09F0 from '_ct' to '_rv'.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/indic/indic-ot-class-tables.c | 2 |
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 d903696b..09e3c66c 100644 --- a/modules/indic/indic-ot-class-tables.c +++ b/modules/indic/indic-ot-class-tables.c @@ -124,7 +124,7 @@ static const IndicOTCharClass bengCharClasses[] = _dr, _db, _db, _db, _db, _xx, _xx, _dl, _dl, _xx, _xx, _s1, _s2, _vr, _xx, _xx, /* 09C0 - 09CF */ _xx, _xx, _xx, _xx, _xx, _xx, _xx, _dr, _xx, _xx, _xx, _xx, _cn, _cn, _xx, _cn, /* 09D0 - 09DF */ _iv, _iv, _dv, _dv, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, /* 09E0 - 09EF */ - _ct, _ct, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx /* 09F0 - 09FA */ + _rv, _ct, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx /* 09F0 - 09FA */ }; static const IndicOTCharClass guruCharClasses[] = |