summaryrefslogtreecommitdiff
path: root/tex/context/base/scrp-ini.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2011-06-23 19:25:00 +0200
committerHans Hagen <pragma@wxs.nl>2011-06-23 19:25:00 +0200
commitbddac3f564687065474739c7face6fcd93ceea69 (patch)
tree26cb1a2ca4bf35c232da5b74347cb6aa5040a4da /tex/context/base/scrp-ini.lua
parent4001733dc25cb6743004db0e9319708481d91135 (diff)
downloadcontext-bddac3f564687065474739c7face6fcd93ceea69.tar.gz
beta 2011.06.23 19:25
Diffstat (limited to 'tex/context/base/scrp-ini.lua')
-rw-r--r--tex/context/base/scrp-ini.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/tex/context/base/scrp-ini.lua b/tex/context/base/scrp-ini.lua
index ef036cdf6..b0f39c751 100644
--- a/tex/context/base/scrp-ini.lua
+++ b/tex/context/base/scrp-ini.lua
@@ -173,8 +173,11 @@ if not next(hash) then
for i=0x01160,0x011A7 do if not hash[i] then hash[i] = "jamo_medial" end end
for i=0x011A8,0x011FF do if not hash[i] then hash[i] = "jamo_final" end end
+-- for i=0x03041,0x030FF do if not hash[i] then hash[i] = "japanese" end end
+
for i=0x01200,0x0139F do hash[i] = "ethiopic_syllable" end
+
hash[0x01361] = "ethiopic_word"
hash[0x01362] = "ethiopic_sentence"