diff options
author | Hans Hagen <pragma@wxs.nl> | 2013-09-14 14:39:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2013-09-14 14:39:00 +0200 |
commit | 7e54f5835de2413a64322b4313f88a0ad1b35a8b (patch) | |
tree | 24ef0db34746f8b11a5a84d15fc0d951a861f8b4 /tex/context/base/char-ini.lua | |
parent | 7fcc68940757cfe828727bc0889e959af775d6dc (diff) | |
download | context-7e54f5835de2413a64322b4313f88a0ad1b35a8b.tar.gz |
beta 2013.09.14 14:39
Diffstat (limited to 'tex/context/base/char-ini.lua')
-rw-r--r-- | tex/context/base/char-ini.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tex/context/base/char-ini.lua b/tex/context/base/char-ini.lua index bb6730f7b..948e51aa0 100644 --- a/tex/context/base/char-ini.lua +++ b/tex/context/base/char-ini.lua @@ -1162,6 +1162,15 @@ directives.register("characters.spaceafteruppercase",function(v) end end) +-- tex + +function commands.chardescription(slot) + local d = data[slot] + if d then + context(d.description) + end +end + -- xml characters.activeoffset = 0x10000 -- there will be remapped in that byte range |