summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-10-12 18:20:20 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-10-12 18:20:20 +0000
commit917348b39fcc7b38d9e590ae63ea2cacda486157 (patch)
treefb15b45b194fbc4956b68c2d87a2a87a44c91acf
parent21b215a958df86cb6e2398fd26966d751c4c832d (diff)
downloadpango-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'.
-rw-r--r--ChangeLog9
-rw-r--r--modules/indic/indic-ot-class-tables.c2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 84661ae7..1a906a92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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'.
+
2006-10-07 Behdad Esfahbod <behdad@gnome.org>
* examples/Makefile.am:
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[] =