Module:Unicode chart/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 132:
end
end
return nil
end
Line 161 ⟶ 162:
end
--exception listed at top
local abbrabbr1 = getHardcodedExceptionAbbr(codepoint)
if abbrabbr1 then return abbrabbr1 end
--abbr on list
local abbrabbr2 = getAliasAbbr(codepoint)
if abbrabbr2 then return abbrabbr2 end
--make own abbr
if category == "control" or category == "format" then