summaryrefslogtreecommitdiff
path: root/tex/context/base/char-cjk.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/char-cjk.lua')
-rw-r--r--tex/context/base/char-cjk.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/tex/context/base/char-cjk.lua b/tex/context/base/char-cjk.lua
index bc5fbafe2..5dc20ff74 100644
--- a/tex/context/base/char-cjk.lua
+++ b/tex/context/base/char-cjk.lua
@@ -232,6 +232,8 @@ local hangul_syllable_metatable = {
if k == "fscode" then
-- no need to cache this as we normally use fscodes
return leadconsonant(u)
+ elseif k == "shcode" then
+ return { decomposed(u) }
elseif k == "specials" then
return { "char", decomposed(u) }
elseif k == "description" then