Cosmetic
authorBehdad Esfahbod <behdad@behdad.org>
Sun, 31 Jul 2011 01:11:53 +0000 (21:11 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Sun, 31 Jul 2011 01:11:53 +0000 (21:11 -0400)
src/hb-ot-shape-complex-indic.cc

index cc51b9c..abfc633 100644 (file)
@@ -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), */