lua-users home
lua-l archive

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


>LUA work 5 and lua 4 do not accept 
>UTF8 or korean identifiers because it
>uses isalnum() and isalpha(), which on
>most systems excludes values with the high 
>8-bit set.

That depends on the current locale. Try setting a Korean locale.
Seeting a Portuguese locale allows identifiers with accents, such as "número".
--lhf