Content deleted Content added
No edit summary |
No edit summary |
||
Line 28:
}
local
-- Block: Variation Selectors
{first = 0xFE00, last = 0xFE0F, str = "VS<br>", startNum = 1},
Line 125:
---------------------
local function getCellAbbr(codepoint, category, args)
local function
for key, value in pairs(
if codepoint.int >= value.first
and codepoint.int <= value.last then
Line 137:
local function getAliasAbbr(codepoint)
local tbl = getAliasValues(codepoint.int, "abbreviation")
local alias = tbl[
--for key, value in pairs(specialFormatSets) do
-- if codepoint.int >= value.first
Line 162:
end
--exception listed at top
local abbr1 =
if abbr1 then return abbr1 end
--abbr on list
|