From 8354e004e553856d7d743e0f0b4de4668484026a Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 31 Jul 2011 02:24:51 -0400 Subject: [PATCH] Un-Ra U+09F1. According to the test suite this is correct. But I'm not sure... Down from 54 failures to 52. --- src/hb-ot-shape-complex-indic.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-shape-complex-indic.cc b/src/hb-ot-shape-complex-indic.cc index abfc633..3e69b0f 100644 --- a/src/hb-ot-shape-complex-indic.cc +++ b/src/hb-ot-shape-complex-indic.cc @@ -241,7 +241,7 @@ static const hb_codepoint_t ra_chars[] = { 0x0930, /* Devanagari */ 0x09B0, /* Bengali */ 0x09F0, /* Bengali */ - 0x09F1, /* Bengali */ +//0x09F1, /* Bengali */ //0x0A30, /* Gurmukhi */ 0x0AB0, /* Gujarati */ 0x0B30, /* Oriya */ -- 2.7.4