cc-icons.lfg /size: 782 b    last modification: 2020-07-01 14:35
1local utfbyte = utf.byte
2
3return {
4    name = "cc-icons",
5    version = "1.00",
6    comment = "Goodies that complement creative commons icons.",
7    author = "Hans Hagen",
8    copyright = "ConTeXt development team",
9    remapping = {
10        tounicode = true,
11        unicodes = {
12            sa       = utfbyte("a"),
13            by       = utfbyte("b"),
14            cc       = utfbyte("c"),
15            nd       = utfbyte("d"),
16        --  nceu     = utfbyte("e"),
17            sampling = utfbyte("m"),
18            nc       = utfbyte("n"),
19            pd       = utfbyte("p"),
20            remix    = utfbyte("r"),
21            share    = utfbyte("s"),
22         -- ncjp     = utfbyte("y"),
23         -- zero     = utfbyte("z"),
24            logo     = utfbyte("C"),
25        },
26    },
27}
28