summaryrefslogtreecommitdiff
path: root/tex/context/base/font-otn.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-01-23 16:00:13 +0200
committerMarius <mariausol@gmail.com>2013-01-23 16:00:13 +0200
commit014ef98b7d3be25e5d4a3cfe8a0f53e5b82f4366 (patch)
tree3b319ae081414bc3822621ab77f90af56f4aa3f0 /tex/context/base/font-otn.lua
parent2621e54b0510df700d50bfca4b1606ae6a2a569e (diff)
downloadcontext-014ef98b7d3be25e5d4a3cfe8a0f53e5b82f4366.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.lua2
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