lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


LuaJIT recently added Lua 5.3's "\u{}" escapes. It's also more strict about Unicode errors than Lua 5.3[1].

For example, "\u{d800}" is valid in Lua 5.3, but not in LuaJIT.

Should Lua be more strict about Unicode errors?

[1] https://github.com/LuaJIT/LuaJIT/issues/72

--
Disclaimer: these emails are public and can be accessed from <TODO: get a non-DHCP IP and put it here>. If you do not agree with this, DO NOT REPLY.