diff options
author | Hans Hagen <pragma@wxs.nl> | 2013-01-23 14:45:00 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2013-01-23 14:45:00 +0100 |
commit | b590707e25c55c1822c1fe92674efe6383e10d50 (patch) | |
tree | d5d9614155313b00aa24b2fd23bd2e0ff6e5d9d6 /tex/context/base/font-otn.lua | |
parent | cf8d8b0819c3b066d5217a11cb4cf6acf8598a3c (diff) | |
download | context-b590707e25c55c1822c1fe92674efe6383e10d50.tar.gz |
beta 2013.01.23 14:45
Diffstat (limited to 'tex/context/base/font-otn.lua')
-rw-r--r-- | tex/context/base/font-otn.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/font-otn.lua b/tex/context/base/font-otn.lua index 59d0cac9a..47d830f35 100644 --- a/tex/context/base/font-otn.lua +++ b/tex/context/base/font-otn.lua @@ -1083,7 +1083,7 @@ function chainprocs.gsub_single(start,stop,kind,chainname,currentcontext,lookuph end else replacement = replacement[currentchar] - if not replacement then + if not replacement or replacement == "" then if trace_bugs then logwarning("%s: no single for %s",cref(kind,chainname,chainlookupname,lookupname,chainindex),gref(currentchar)) end |