Module:Unicode chart/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 44:
local hexStr = rowHex .. string.format("%X", colIndex)
local cell = row:tag("td")
if isReserved(hexhexStr) then
cell:addClass("reserved")
else
cell:wikitext('&#x'.. hexhexStr .. ';')
end
end