diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/char-cmp.lua')
-rw-r--r-- | Master/texmf-dist/tex/context/base/char-cmp.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/context/base/char-cmp.lua b/Master/texmf-dist/tex/context/base/char-cmp.lua index bd33604996a..c7deb79010f 100644 --- a/Master/texmf-dist/tex/context/base/char-cmp.lua +++ b/Master/texmf-dist/tex/context/base/char-cmp.lua @@ -1,12 +1,13 @@ if not modules then modules = { } end modules ['char-cmp'] = { version = 1.001, - comment = "companion to char-ini.tex", + comment = "companion to char-ini.mkiv", author = "Hans Hagen, PRAGMA-ADE, Hasselt NL", copyright = "PRAGMA ADE / ConTeXt Development Team", license = "see context related readme files" } local utf = unicode.utf8 +local unpack = unpack or table.unpack characters = characters or { } characters.uncomposed = characters.uncomposed or { } |