summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-10-12 18:20:51 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-10-12 18:20:51 +0000
commit1376e440c341eb5699b65994a880aed18fcd4f10 (patch)
tree8c9643282e9184af884316160aa61786d1d9e49a
parentc942fbcdc4949ea06b655bb3b2839a2bf42d610f (diff)
downloadpango-1376e440c341eb5699b65994a880aed18fcd4f10.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 82dc91a1..e596a447 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
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-12 Behdad Esfahbod <behdad@gnome.org>
+
* configure.in:
* modules/arabic/Makefile.am:
* modules/arabic/arabic-lang.c: Backport the Arabic lang engine from
diff --git a/modules/indic/indic-ot-class-tables.c b/modules/indic/indic-ot-class-tables.c
index 54707a41..4cad79d0 100644
--- a/modules/indic/indic-ot-class-tables.c
+++ b/modules/indic/indic-ot-class-tables.c
@@ -125,7 +125,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[] =