Content deleted Content added
No edit summary |
No edit summary |
||
Line 209:
local category = getCategory(codepoint)
cell:addClass(category)
local abbr = getCellAbbr(codepoint, category, args)
if (mUnicode.is_combining(codepoint.int)) then
cell:addClass("combining")
end
if category == "reserved" or category == "noncharacter" then
|