starwing / luautf8

a utf-8 support module for Lua and LuaJIT.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

charpattern is incompatible with lua 5.1

aidanholm opened this issue · comments

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