Cosmetic
This commit is contained in:
parent
f5bc2725cb
commit
ba7e85c104
|
@ -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), */
|
||||||
|
|
Loading…
Reference in New Issue