diff --git a/src/hb-ot-shape-complex-indic.cc b/src/hb-ot-shape-complex-indic.cc index cc51b9c91d3a61009c8869ac5838ef6bfac44dba..abfc633ec541fd24d301cd914bed2789461245ed 100644 --- a/src/hb-ot-shape-complex-indic.cc +++ b/src/hb-ot-shape-complex-indic.cc @@ -433,6 +433,7 @@ found_consonant_syllable (const hb_ot_map_t *map, hb_buffer_t *buffer, hb_mask_t i--; /* -> until a consonant is found */ if (info[i].indic_category() == OT_C) + //if ((FLAG (info[i].indic_category()) & (FLAG (OT_C) | FLAG (OT_Ra)))) { /* -> that does not have a below-base or post-base form * (post-base forms have to follow below-base forms), */