regi-demo.lua /size: 555 b    last modification: 2020-07-01 14:35
1if not modules then modules = { } end modules ['regi-demo'] = {
2    version   = 1.001,
3    comment   = "companion to regi-ini.mkiv",
4    author    = "Hans Hagen, PRAGMA-ADE, Hasselt NL",
5    copyright = "PRAGMA ADE / ConTeXt Development Team",
6    license   = "see context related readme files"
7}
8
9-- digits -> *
10
11return {
12    [0x0030] = 0x002A,
13    [0x0031] = 0x002A,
14    [0x0032] = 0x002A,
15    [0x0033] = 0x002A,
16    [0x0034] = 0x002A,
17    [0x0035] = 0x002A,
18    [0x0036] = 0x002A,
19    [0x0037] = 0x002A,
20    [0x0038] = 0x002A,
21    [0x0039] = 0x002A,
22}
23