[latex3-commits] [latex3/luaotfload] dev: Make U+AD not ignorable (cd05bc48)
github at latex-project.org
github at latex-project.org
Tue Jul 4 19:00:26 CEST 2023
Repository : https://github.com/latex3/luaotfload
On branch : dev
Link : https://github.com/latex3/luaotfload/commit/cd05bc486a04339394b953719108b47828245e61
>---------------------------------------------------------------
commit cd05bc486a04339394b953719108b47828245e61
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Tue Jun 13 18:08:33 2023 +0200
Make U+AD not ignorable
>---------------------------------------------------------------
cd05bc486a04339394b953719108b47828245e61
src/luaotfload-notdef.lua | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/luaotfload-notdef.lua b/src/luaotfload-notdef.lua
index 2ac652e9..c6e28371 100644
--- a/src/luaotfload-notdef.lua
+++ b/src/luaotfload-notdef.lua
@@ -88,6 +88,8 @@ local ignorable_codepoints do
end
end
+ignorable_codepoints[0xAD] = nil
+
local function setnotdef(tfmdata, factor)
local desc = tfmdata.shared.rawdata.descriptions
-- So we have to find the .notdef glyph. We only know that it has GID
More information about the latex3-commits
mailing list.