OSDN Git Service

Fix #39431: support notdef=... (introduced in luaotfload v2.98)
[luatex-ja/luatexja.git] / tool / table_ivd_aj1.lua
index 25f1c9b..cf898a4 100644 (file)
@@ -23,7 +23,7 @@ end
 f:close()
 
 for i=1,maxcid do
-    print(' ' .. tostring(t[i]) .. ', ')
+    print(' ' .. tostring(t[i] or false) .. ',')
 end