mirror of
https://github.com/kepler155c/opus
synced 2025-12-18 14:18:06 +00:00
oops
This commit is contained in:
@@ -4,7 +4,7 @@ local acceptableCharacters = {}
|
|||||||
for c = 0, 127 do
|
for c = 0, 127 do
|
||||||
local char = string.char(c)
|
local char = string.char(c)
|
||||||
-- exclude potentially ambiguous characters
|
-- exclude potentially ambiguous characters
|
||||||
if char:match("[1-9a-zA-Z]") and char:match("[^OIl]") end
|
if char:match("[1-9a-zA-Z]") and char:match("[^OIl]") then
|
||||||
table.insert(acceptableCharacters, char)
|
table.insert(acceptableCharacters, char)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user