This commit is contained in:
Behdad Esfahbod 2011-07-30 21:11:53 -04:00
parent f5bc2725cb
commit ba7e85c104
1 changed files with 1 additions and 0 deletions

View File

@ -433,6 +433,7 @@ found_consonant_syllable (const hb_ot_map_t *map, hb_buffer_t *buffer, hb_mask_t
i--; i--;
/* -> until a consonant is found */ /* -> until a consonant is found */
if (info[i].indic_category() == OT_C) 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 /* -> that does not have a below-base or post-base form
* (post-base forms have to follow below-base forms), */ * (post-base forms have to follow below-base forms), */