summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/char-utf.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/char-utf.lua')
-rw-r--r--tex/context/base/mkiv/char-utf.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/char-utf.lua b/tex/context/base/mkiv/char-utf.lua
index 7d8ca219b..e230370b5 100644
--- a/tex/context/base/mkiv/char-utf.lua
+++ b/tex/context/base/mkiv/char-utf.lua
@@ -148,7 +148,7 @@ else
if vs then
local kind = vs[1]
local size = #vs
- if kind == "char" then
+ if kind == "char" or char == "with" then -- with added
if size == 3 then
local one = vs[2]
local two = vs[3]