summaryrefslogtreecommitdiff
path: root/tex/context/base/scrp-cjk.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2010-09-10 10:15:13 +0300
committerMarius <mariausol@gmail.com>2010-09-10 10:15:13 +0300
commitc16e4d356505f8e2f7e0b15ff426f38415a5f24d (patch)
tree4b018fb5d30d930184a13398dafe8c9f0469d5e4 /tex/context/base/scrp-cjk.lua
parent821d6141a92d80d6195b87fe1c25fb2fd83042d5 (diff)
downloadcontext-c16e4d356505f8e2f7e0b15ff426f38415a5f24d.tar.gz
beta 2010.09.09 23:45
Diffstat (limited to 'tex/context/base/scrp-cjk.lua')
-rw-r--r--tex/context/base/scrp-cjk.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/tex/context/base/scrp-cjk.lua b/tex/context/base/scrp-cjk.lua
index 7c1310528..44212a098 100644
--- a/tex/context/base/scrp-cjk.lua
+++ b/tex/context/base/scrp-cjk.lua
@@ -553,7 +553,8 @@ local function process(head,first,last)
if not pcjk or not ncjk
or pcjk == "korean" or ncjk == "korean"
or pcjk == "other" or ncjk == "other"
- or pcjk == "jamo_final" or ncjk == "jamo_initial" then
+ -- or pcjk == "jamo_final" or ncjk == "jamo_initial" then
+ or pcjk == "jamo_final" or ncjk == "jamo_initial" or pcjk == "half_width_close" or ncjk == "half_width_open" then
previous = "start"
else -- if head ~= first then
remove_node(head,first,true)