Jump to content

Module:Sandbox/DePiep/uchar/data

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by DePiep (talk | contribs) at 20:21, 27 April 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local uchar_data = {
tGenCat = {
	['L'] = { "Letter",             "x" },
	['LC'] = { "Cased Letter",      "x" },
	['Lu'] = { "Letter, uppercase", "0042" },
	['Ll'] = { "Letter, lowercase", "0062" },
	['Lt'] = { "Letter, titlecase", "01F2" },
	['Lm'] = { "Letter, modifier",  "02B0" },
	['Lo'] = { "Letter, other",     "0294" },
	['M'] = { "Mark", "x" },
	['Mn'] = { "Mark, nonspacing",        "0302" },
	['Mc'] = { "Mark, spacing combining", "0BC2" },
	['Me'] = { "Mark, enclosing",         "20DF" },
	['N'] = { "Number",                   "x" },
	['Nd'] = { "Number, decimal digit",   "0039" },
	['Nl'] = { "Number, letter",          "216B" },
	['No'] = { "Number, other",           "00BE" },
	['P'] = { "Punctuation", "x" },
	['Pc'] = { "Punctuation, connector", "x" },
	['Pd'] = { "Punctuation, dash", "x" },
	['Ps'] = { "Punctuation, open", "x" },
	['Pe'] = { "Punctuation, close", "x" },
	['Pi'] = { "Punctuation, initial quote", "x" },
	['Pf'] = { "Punctuation, final quote", "x" },
	['Po'] = { "Punctuation, other", "x" },
	['S']  = { "Symbol", "x" },
	['Sm'] = { "Symbol, math", "x" },
	['Sc'] = { "Symbol, currency", "x" },
	['Sk'] = { "Symbol, modifier", "x" },
	['So'] = { "Symbol, other", "x" },
	['Z'] = { "Separator", "x" },
	['Zs'] = { "Separator, space", "x" },
	['Zl'] = { "Separator, line", "x" },
	['Zp'] = { "Separator, paragraph", "x" },
	['C']  = { "Other", "x" },
	['Cc'] = { "Other, control", "x" },
	['Cf'] = { "Other, format", "00AD" },
	['Cs'] = { "Other, surrogate", "x" },
	['Co'] = { "Other, private use", "x" },
	['Cn'] = { "Other, not assigned", "x" },
}
}
return uchar_data