summaryrefslogtreecommitdiff
path: root/tex/context/base/font-otf.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/font-otf.lua')
-rw-r--r--tex/context/base/font-otf.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/font-otf.lua b/tex/context/base/font-otf.lua
index 92f545e15..486bb413c 100644
--- a/tex/context/base/font-otf.lua
+++ b/tex/context/base/font-otf.lua
@@ -4378,7 +4378,7 @@ do
local zwj = 0x200D
local isol = {
- [0x0621] = true,
+ [0x0621] = true, [zwnj] = true,
}
local isol_fina = {
@@ -4394,7 +4394,7 @@ do
[0x0640] = true, -- tadwil
[0x0641] = true, [0x0642] = true, [0x0643] = true, [0x0644] = true, [0x0645] = true, [0x0646] = true, [0x0647] = true, [0x0649] = true, [0x064A] = true,
[0x067E] = true,
- [0x0686] = true,
+ [0x0686] = true, [zwj] = true,
}
local arab_warned = { }