summaryrefslogtreecommitdiff
path: root/tex/context/base/font-enh.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-03-13 01:20:16 +0200
committerMarius <mariausol@gmail.com>2013-03-13 01:20:16 +0200
commit4d6709d2eec4237345164c15be765be0669541d0 (patch)
tree110053b7da1c5638de03d45cf2898ebdd49188e5 /tex/context/base/font-enh.lua
parent1253a5723d8188696f9ab801b13ec84f16c6bf6f (diff)
downloadcontext-4d6709d2eec4237345164c15be765be0669541d0.tar.gz
beta 2013.03.13 00:08
Diffstat (limited to 'tex/context/base/font-enh.lua')
-rw-r--r--tex/context/base/font-enh.lua6
1 files changed, 3 insertions, 3 deletions
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