From 236b439da00fe0baaf9d7ad6ce684ecd6109555c Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Thu, 21 Aug 2014 09:56:00 +0200 Subject: beta 2014.08.21 09:56 --- tex/context/base/char-tex.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tex/context/base/char-tex.lua') 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--

We get a more efficient variant of this when we integrate -- cgit v1.2.3