Content deleted Content added
No edit summary |
No edit summary |
||
Line 43:
end
},
{first = 0xE0100, last = 0xE01EF,▼
func = function(codepoint, abbr)
return abbr:gsub("VS", "VS<br>")
end
},
-- Unicode block: Sutton SignWriting
-- SIGNWRITING ROTATION MODIFIER-2 -> SW R#
func = function(codepoint, abbr)
return 'SW<br>R'.. (codepoint - 0x1DA9F)
end
}
|