From 4d6709d2eec4237345164c15be765be0669541d0 Mon Sep 17 00:00:00 2001 From: Marius Date: Wed, 13 Mar 2013 01:20:16 +0200 Subject: beta 2013.03.13 00:08 --- tex/context/base/font-enh.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tex/context/base/font-enh.lua') diff --git a/tex/context/base/font-enh.lua b/tex/context/base/font-enh.lua index b846f51fa..65bbe7bd9 100644 --- a/tex/context/base/font-enh.lua +++ b/tex/context/base/font-enh.lua @@ -44,7 +44,7 @@ local registerotffeature = otffeatures.register -- for newcode, oldcode in next, data.unicodes do -- if newcode ~= oldcode then -- if trace_defining then --- report_defining("reencoding U+%05X to U+%05X",oldcode,newcode) +-- report_defining("reencoding %U to %U",oldcode,newcode) -- end -- characters[newcode] = original[oldcode] -- end @@ -72,7 +72,7 @@ local registerotffeature = otffeatures.register -- for k,v in next, vector do -- if k ~= v then -- if trace_defining then --- report_defining("remapping U+%05X to U+%05X",k,v) +-- report_defining("remapping %U to %U",k,v) -- end -- local c = original[k] -- characters[v] = c @@ -152,7 +152,7 @@ local function initializeunicoding(tfmdata) end end if trace_defining then - report_defining("aliasing glyph '%s' from U+%05X to U+%05X",name,oldcode,newcode) + report_defining("aliasing glyph %a from %U to %U",name,oldcode,newcode) end end end -- cgit v1.2.3