starwing / luautf8

a utf-8 support module for Lua and LuaJIT.
MIT License
412 stars 68 forks source link

charpattern is incompatible with lua 5.1 #15

Closed aidanholm closed 4 years ago

aidanholm commented 6 years ago

The hardcoded pattern UTF8PATT contains a zero byte, which is incompatible with Lua 5.1: "A pattern cannot contain embedded zeros. Use %z instead."