Revert "[arabic] Do not re-compose Unicode sequences"

This reverts commit ff34c240b0.

https://github.com/harfbuzz/harfbuzz/issues/3179#issuecomment-911242833
This commit is contained in:
Behdad Esfahbod 2021-09-02 00:16:22 -06:00
parent ff34c240b0
commit bf81bbfb35
1 changed files with 1 additions and 1 deletions

View File

@ -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_DECOMPOSED, HB_OT_SHAPE_NORMALIZATION_MODE_DEFAULT,
nullptr, /* decompose */ nullptr, /* decompose */
nullptr, /* compose */ nullptr, /* compose */
setup_masks_arabic, setup_masks_arabic,