From 98422627a07d001d44b8a73e8db63db668987fd5 Mon Sep 17 00:00:00 2001 From: Hironori Kitagawa Date: Mon, 8 Aug 2011 22:29:14 +0900 Subject: [PATCH] Fixed ticket #25935 --- src/luatexja-core.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/src/luatexja-core.lua b/src/luatexja-core.lua index 37d6769..e4d1f04 100644 --- a/src/luatexja-core.lua +++ b/src/luatexja-core.lua @@ -207,6 +207,7 @@ local function main1_suppress_hyphenate_ja(head) else node.unset_attribute(p, attr_yablshift) end + if p.subtype%2==1 then p.subtype = p.subtype - 1 end p.lang=lang_ja end end -- 2.11.0