This commit is contained in:
2025-06-29 12:08:57 +02:00
parent 230de47515
commit c08e23dc74
4 changed files with 170 additions and 6 deletions

View File

@@ -397,6 +397,7 @@ sandbox = {
wtrunc = function(s, count)
return unicode.sub(s, 1, count)
end,
isWide = function(s) return unicode.wlen(s) > unicode.len(s) end,
}),
checkArg = checkArg,
component = libcomponent,