summaryrefslogtreecommitdiff
path: root/tex/context/base/char-cjk.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2012-07-26 19:37:00 +0200
committerHans Hagen <pragma@wxs.nl>2012-07-26 19:37:00 +0200
commit07f9052e9f88459a4ee947f6c01d9de1119b8355 (patch)
treebab894ba034423f33358488de889e64e83220979 /tex/context/base/char-cjk.lua
parent860c6eaca8251c559f0486c0c1acf7f161821d82 (diff)
downloadcontext-07f9052e9f88459a4ee947f6c01d9de1119b8355.tar.gz
beta 2012.07.26 19:37
Diffstat (limited to 'tex/context/base/char-cjk.lua')
-rw-r--r--tex/context/base/char-cjk.lua18
1 files changed, 0 insertions, 18 deletions
diff --git a/tex/context/base/char-cjk.lua b/tex/context/base/char-cjk.lua
index b077f4a3e..6232ebcad 100644
--- a/tex/context/base/char-cjk.lua
+++ b/tex/context/base/char-cjk.lua
@@ -226,24 +226,6 @@ local hangul_syllable_basetable = {
linebreak = "h2",
}
---~ local hangul_syllable_metatable = {
---~ __index = function(t,k)
---~ local u = t.unicodeslot
---~ 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
---~ return description(u)
---~ else
---~ return hangul_syllable_basetable[k]
---~ end
---~ end
---~ }
-
local hangul_syllable_metatable = {
__index = function(t,k)
local u = t.unicodeslot