Content deleted Content added
No edit summary |
No edit summary |
||
Line 212:
local category = getCategory(codepoint)
cell:addClass(category)
cell:addClass(mCategory.long_names[mUnicode.lookup_category(codepoint.int)])
local abbr = getCellAbbr(codepoint, category, args)
|