diff --git a/data/core/common.lua b/data/core/common.lua index 1a1b22cd..d1b444f5 100644 --- a/data/core/common.lua +++ b/data/core/common.lua @@ -8,7 +8,7 @@ end function common.utf8_chars(text) - return text:gmatch("[\0-\x7f\xc2-\xf4][\x80-\xbf]*") + return text:gmatch("[\x01-\x7f\xc2-\xf4][\x80-\xbf]*") end