[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Native unicode support?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 25 Jun 2002 14:47:06 -0300
>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