[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: Normalize before shaping (bf92499)

Marcel Fabian Krüger tex at 2krueger.de
Fri Sep 9 02:08:09 CEST 2022


Repository : https://github.com/latex3/luaotfload
On branch  : dev
Link       : https://github.com/latex3/luaotfload/commit/bf92499ee2448ceb2723b5efea75fb33d4644089

>---------------------------------------------------------------

commit bf92499ee2448ceb2723b5efea75fb33d4644089
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Fri Sep 9 02:08:09 2022 +0200

    Normalize before shaping


>---------------------------------------------------------------

bf92499ee2448ceb2723b5efea75fb33d4644089
 src/luaotfload-features.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/luaotfload-features.lua b/src/luaotfload-features.lua
index 0860551..78fc42d 100644
--- a/src/luaotfload-features.lua
+++ b/src/luaotfload-features.lua
@@ -877,6 +877,7 @@ fonts.constructors.features.otf.register {
         end,
     },
     processors = {
+      position = 1,
       node = function(head, f, _, _, _)
           return normalize_lookup[f](head)
       end,





More information about the latex3-commits mailing list.