From bf81bbfb3541ea4a39bacdbe0568e9e170b1b0f7 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 2 Sep 2021 00:16:22 -0600 Subject: [PATCH] Revert "[arabic] Do not re-compose Unicode sequences" This reverts commit ff34c240b0a60014a219b8af49c1be2d7e08b388. https://github.com/harfbuzz/harfbuzz/issues/3179#issuecomment-911242833 --- src/hb-ot-shape-complex-arabic.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-shape-complex-arabic.cc b/src/hb-ot-shape-complex-arabic.cc index 593779898..1f8c1410f 100644 --- a/src/hb-ot-shape-complex-arabic.cc +++ b/src/hb-ot-shape-complex-arabic.cc @@ -702,7 +702,7 @@ const hb_ot_complex_shaper_t _hb_ot_complex_shaper_arabic = data_destroy_arabic, nullptr, /* preprocess_text */ postprocess_glyphs_arabic, - HB_OT_SHAPE_NORMALIZATION_MODE_DECOMPOSED, + HB_OT_SHAPE_NORMALIZATION_MODE_DEFAULT, nullptr, /* decompose */ nullptr, /* compose */ setup_masks_arabic,