Content deleted Content added
No edit summary |
No edit summary |
||
Line 146:
end
function abbrFromString(codepoint, args)
local abbr = ""
local name = mUnicode.lookup_name(codepoint.int)
Line 195:
-- main func begins
local abbr = getCellAbbr(codepoint, args)
local category = getCategory(codepoint)
cell:addClass(category)
|