aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/core/common.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/core/common.lua b/data/core/common.lua
index 1fc91b80..ab55e866 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