summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/back-exp.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/back-exp.lmt')
-rw-r--r--tex/context/base/mkxl/back-exp.lmt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/mkxl/back-exp.lmt b/tex/context/base/mkxl/back-exp.lmt
index e5e2e9dab..ada1fe98c 100644
--- a/tex/context/base/mkxl/back-exp.lmt
+++ b/tex/context/base/mkxl/back-exp.lmt
@@ -1576,9 +1576,9 @@ local collectresults do -- too many locals otherwise
if s then
c = s
end
- if c == 0 then
+ if c == 0 or c == 0xFFFD then
if trace_export then
- report_export("%w<!-- skipping last glyph -->",currentdepth)
+ report_export("%w<!-- skipping glyph %U -->",currentdepth,c)
end
elseif c == 0x20 then
local a = getattr(n,a_characters)