Content deleted Content added
No edit summary |
No edit summary |
||
Line 124:
-- A single unicode cell within the table
---------------------
local function getCellAbbr(codepoint, category, args)
function getHardcodedExceptionAbbr(codepoint)
for key, value in pairs(linebreakAbbr) do
Line 195:
-- main func begins
local abbr = getCellAbbr(codepoint, category, args)
local category = getCategory(codepoint)
cell:addClass(category)
|