Bug 358174 – Reph and Vattu forms of Assamese character RA(U+09F0) are
authorBehdad Esfahbod <behdad@gnome.org>
Thu, 12 Oct 2006 18:20:20 +0000 (18:20 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Thu, 12 Oct 2006 18:20:20 +0000 (18:20 +0000)
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'.

ChangeLog
modules/indic/indic-ot-class-tables.c

index 84661ae..1a906a9 100644 (file)
--- 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:
index d903696..09e3c66 100644 (file)
@@ -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[] =