lua-users home
lua-l archive

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


On Fri, Jun 03, 2005 at 12:23:19PM -0300, Luiz Henrique de Figueiredo wrote:
> > 	I wish Lua had it's own neutral locale
> 
> The Lua core cannot call setlocale because it is not ANSI C.

If you mean that the setlocale function is not part of ANSI C, I think
it's been included in the standard since C89.  However the only
defined locale names are "C" (the default) and "" (native
environment).  Other locale names would be implementation-defined.

                                                  -Dave Dodge