lua-users home
lua-l archive

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


> David Given wrote:
> > I'm still pushing for my proposal to allow all characters with codes in
> > the range 128-255 to be considered valid in names. This would allow
> > identifiers contain UTF-8 sequences.
> 
> http://lua-users.org/lists/lua-l/2009-05/msg00414.html

Lua 5.2 will have a small, separate lctype.c. You could simply edit it
at will and add it to your app without even rebuilding Lua.