Content deleted Content added
replace with output |
Drmccreedy (talk | contribs) move singles into ranges where applicable |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1:
local data = {}
data.
singles = {
[0x000AD] = true,
Line 9:
[0x0FEFF] = true,
[0x0FFA0] = true,
},
Line 16 ⟶ 14:
{ 0x0115F, 0x01160 },
{ 0x017B4, 0x017B5 },
{ 0x0180B,
{ 0x0200B, 0x0200F },
{ 0x0202A, 0x0202E },
Line 24 ⟶ 22:
{ 0x1BCA0, 0x1BCA3 },
{ 0x1D173, 0x1D17A },
{
},
}
|