diff options
author | Hans Hagen <pragma@wxs.nl> | 2010-10-21 23:27:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2010-10-21 23:27:00 +0200 |
commit | 67de987aa9e60bf263e0d1bc8a34a203e88a7447 (patch) | |
tree | 364615f963dc83246f6afd3209910300c2ccdfe3 /tex/context/base/char-ini.lua | |
parent | 90d120bb6575d66730755fceaa113a14d16b8712 (diff) | |
download | context-67de987aa9e60bf263e0d1bc8a34a203e88a7447.tar.gz |
beta 2010.10.21 23:27
Diffstat (limited to 'tex/context/base/char-ini.lua')
-rw-r--r-- | tex/context/base/char-ini.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tex/context/base/char-ini.lua b/tex/context/base/char-ini.lua index 6d58f6e98..0cce35a1a 100644 --- a/tex/context/base/char-ini.lua +++ b/tex/context/base/char-ini.lua @@ -389,6 +389,8 @@ table we derive a few more.</p> if not characters.fallbacks then + -- we could the definition by using a metatable + characters.fallbacks = { } characters.directions = { } @@ -786,7 +788,6 @@ setmetatable(specialchars, { __index = function(t,u) end end } ) - function characters.lower(str) local new = { } for u in utfvalues(str) do |