[arabic] Do not re-compose Unicode sequences
Fixes https://github.com/harfbuzz/harfbuzz/issues/3179
This commit is contained in:
parent
5fadf4c85e
commit
ff34c240b0
|
@ -702,7 +702,7 @@ const hb_ot_complex_shaper_t _hb_ot_complex_shaper_arabic =
|
||||||
data_destroy_arabic,
|
data_destroy_arabic,
|
||||||
nullptr, /* preprocess_text */
|
nullptr, /* preprocess_text */
|
||||||
postprocess_glyphs_arabic,
|
postprocess_glyphs_arabic,
|
||||||
HB_OT_SHAPE_NORMALIZATION_MODE_DEFAULT,
|
HB_OT_SHAPE_NORMALIZATION_MODE_DECOMPOSED,
|
||||||
nullptr, /* decompose */
|
nullptr, /* decompose */
|
||||||
nullptr, /* compose */
|
nullptr, /* compose */
|
||||||
setup_masks_arabic,
|
setup_masks_arabic,
|
||||||
|
|
Loading…
Reference in New Issue