[latex3-commits] [git/LaTeX3-latex3-luaotfload] asciiquotes-dev: Use ASCII quotes in auxiliary (de95303)
Marcel Fabian Krüger
tex at 2krueger.de
Tue Feb 11 17:24:41 CET 2020
Repository : https://github.com/latex3/luaotfload
On branch : asciiquotes-dev
Link : https://github.com/latex3/luaotfload/commit/de9530301bc3cb6fba2dd6ee420fbcdc38b95bb0
>---------------------------------------------------------------
commit de9530301bc3cb6fba2dd6ee420fbcdc38b95bb0
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Tue Feb 11 17:24:41 2020 +0100
Use ASCII quotes in auxiliary
>---------------------------------------------------------------
de9530301bc3cb6fba2dd6ee420fbcdc38b95bb0
src/luaotfload-auxiliary.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/luaotfload-auxiliary.lua b/src/luaotfload-auxiliary.lua
index 181b168..fc7da0d 100644
--- a/src/luaotfload-auxiliary.lua
+++ b/src/luaotfload-auxiliary.lua
@@ -215,7 +215,7 @@ local function determine_capheight(fontdata)
local refchar = characters [refcp]
if refchar then
logreport ("both", 4, "aux",
- "picked height of character ‘%s’ (U+%d) as \\fontdimen8 \z
+ "picked height of character '%s' (U+%04X) as \\fontdimen8 \z
candidate",
capheight_reference_chars [i], refcp)
return refchar.height
More information about the latex3-commits
mailing list.