[Indic] Disable conjuncts when a ZWJ happens
Not that the code makes any difference since the presence of ZWJ itself causes the ligature to fail to match anyway.
This commit is contained in:
parent
c6d904d67d
commit
3bf27a9f0e
|
@ -406,12 +406,7 @@ initial_reordering_consonant_syllable (const hb_ot_map_t *map, hb_buffer_t *buff
|
||||||
do {
|
do {
|
||||||
j--;
|
j--;
|
||||||
|
|
||||||
/* Reading the Unicode and OpenType specs, I think the following line
|
info[j].mask &= ~mask_array[CJCT];
|
||||||
* is correct, but this is not what the test suite expects currently.
|
|
||||||
* The test suite has been drinking, not me... But disable while
|
|
||||||
* investigating.
|
|
||||||
*/
|
|
||||||
//info[j].mask &= ~mask_array[CJCT];
|
|
||||||
if (non_joiner)
|
if (non_joiner)
|
||||||
info[j].mask &= ~mask_array[HALF];
|
info[j].mask &= ~mask_array[HALF];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue