Content deleted Content added
No edit summary |
No edit summary |
||
Line 95:
local function getCategory(codepoint)
local category = mUnicode.lookup_control(codepoint.int)
if category ~= "unassigned" then
|
No edit summary |
No edit summary |
||
Line 95:
local function getCategory(codepoint)
local category = mUnicode.lookup_control(codepoint.int)
if category ~= "unassigned" then
|