summaryrefslogtreecommitdiff
path: root/tex/context/base/char-tex.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2014-08-21 09:56:00 +0200
committerHans Hagen <pragma@wxs.nl>2014-08-21 09:56:00 +0200
commit236b439da00fe0baaf9d7ad6ce684ecd6109555c (patch)
treee956172d575edd18d634605bfcf607ab96911ec1 /tex/context/base/char-tex.lua
parent7169f20fa4a82724c4050f1c2756b303db5e2749 (diff)
downloadcontext-236b439da00fe0baaf9d7ad6ce684ecd6109555c.tar.gz
beta 2014.08.21 09:56
Diffstat (limited to 'tex/context/base/char-tex.lua')
-rw-r--r--tex/context/base/char-tex.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/tex/context/base/char-tex.lua b/tex/context/base/char-tex.lua
index 3aba53986..5ca8eea05 100644
--- a/tex/context/base/char-tex.lua
+++ b/tex/context/base/char-tex.lua
@@ -98,9 +98,9 @@ function utffilters.soften(str)
return lpegmatch(tolow,str)
end
-private.escape = utf.remapper(escapes)
-private.replace = utf.remapper(low)
-private.revert = utf.remapper(high)
+private.escape = utf.remapper(escapes) -- maybe: ,"dynamic"
+private.replace = utf.remapper(low) -- maybe: ,"dynamic"
+private.revert = utf.remapper(high) -- maybe: ,"dynamic"
--[[ldx--
<p>We get a more efficient variant of this when we integrate