[Indic] Ra is a consonant too
This commit is contained in:
parent
0d8f8a177c
commit
97158392a5
|
@ -446,8 +446,7 @@ found_consonant_syllable (const hb_ot_map_t *map, hb_buffer_t *buffer, hb_mask_t
|
||||||
do {
|
do {
|
||||||
i--;
|
i--;
|
||||||
/* -> until a consonant is found */
|
/* -> until a consonant is found */
|
||||||
if (info[i].indic_category() == OT_C)
|
if (is_consonant (info[i]))
|
||||||
//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