[Indic] Remove syllable length check before sorting
We now limit syllable lengths in the machine. No need to match here.
This commit is contained in:
parent
9fa052733e
commit
c7c4de2fb9
@ -678,8 +678,6 @@ initial_reordering_consonant_syllable (const hb_ot_map_t *map, hb_buffer_t *buff
|
||||
}
|
||||
}
|
||||
|
||||
/* We do bubble-sort, skip malicious clusters attempts */
|
||||
if (end - start < 64)
|
||||
{
|
||||
/* Things are out-of-control for post base positions, they may shuffle
|
||||
* around like crazy, so merge clusters. For pre-base stuff, we handle
|
||||
|
Loading…
Reference in New Issue
Block a user