Difference between revisions of "Module:Unicode data/derived core properties"
Jump to navigation
Jump to search
blackwiki>Erutuon (I prefer underscores to camel case, and that's the convention in most of the Unicode data modules) |
blackwiki>Drmccreedy (condense range) |
||
| Line 9: | Line 9: | ||
[0x0FEFF] = true, | [0x0FEFF] = true, | ||
[0x0FFA0] = true, | [0x0FFA0] = true, | ||
| − | |||
| − | |||
}, | }, | ||
| Line 24: | Line 22: | ||
{ 0x1BCA0, 0x1BCA3 }, | { 0x1BCA0, 0x1BCA3 }, | ||
{ 0x1D173, 0x1D17A }, | { 0x1D173, 0x1D17A }, | ||
| − | { | + | { 0xE0000, 0xE0FFF }, |
}, | }, | ||
} | } | ||
return data | return data | ||
Revision as of 21:10, 17 September 2019
Contains data for the Default_Ignorable_Code_Point property, which is used by the function is_default_ignorable in Module:Unicode data/sandbox. Generated by Module:Unicode data/derived core properties/make from DerivedCoreProperties.txt in the Unicode Character Database.
local data = {}
data.default_ignorable = {
singles = {
[0x000AD] = true,
[0x0034F] = true,
[0x0061C] = true,
[0x03164] = true,
[0x0FEFF] = true,
[0x0FFA0] = true,
},
ranges = {
{ 0x0115F, 0x01160 },
{ 0x017B4, 0x017B5 },
{ 0x0180B, 0x0180E },
{ 0x0200B, 0x0200F },
{ 0x0202A, 0x0202E },
{ 0x02060, 0x0206F },
{ 0x0FE00, 0x0FE0F },
{ 0x0FFF0, 0x0FFF8 },
{ 0x1BCA0, 0x1BCA3 },
{ 0x1D173, 0x1D17A },
{ 0xE0000, 0xE0FFF },
},
}
return data