From 74e54cf446bb979e488685e8c09eeed6b9d03c24 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 10 May 2012 21:20:37 +0200 Subject: [PATCH] [Indic] Add Ra back for scripts without Reph We now check that the 'rphp' table exists before forming Reph, so we don't need to comment out Ra for those scripts. --- src/hb-ot-shape-complex-indic-private.hh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/hb-ot-shape-complex-indic-private.hh b/src/hb-ot-shape-complex-indic-private.hh index b0749169e..d63b61aac 100644 --- a/src/hb-ot-shape-complex-indic-private.hh +++ b/src/hb-ot-shape-complex-indic-private.hh @@ -252,19 +252,19 @@ static const struct consonant_position_t { /* XXX * This is a hack for now. We should move this data into the main Indic table. + * Or completely remove it and just check in the tables. */ static const hb_codepoint_t ra_chars[] = { 0x0930, /* Devanagari */ 0x09B0, /* Bengali */ 0x09F0, /* Bengali */ -//0x09F1, /* Bengali */ -//0x0A30, /* Gurmukhi */ + 0x0A30, /* Gurmukhi */ /* No Reph */ 0x0AB0, /* Gujarati */ 0x0B30, /* Oriya */ -//0x0BB0, /* Tamil */ -//0x0C30, /* Telugu */ + 0x0BB0, /* Tamil */ /* No Reph */ + 0x0C30, /* Telugu */ /* No Reph */ 0x0CB0, /* Kannada */ -//0x0D30, /* Malayalam */ + 0x0D30, /* Malayalam */ /* No Reph */ };