lua-users home
lua-l archive

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


On Fri, Dec 30, 2005 at 11:36:13AM -0200, Roberto Ierusalimschy wrote:
> > I think the more important addition would be an easy Lua way to set the 
> > locale to use the UTF8 encoding.
> 
> os.setlocale("UTF-8") ?

Locale names other that "C" and "" are implementation-defined.  For
example on Solaris 8 I believe the recommended locale name for this
would be "en_US.UTF-8".

                                                  -Dave Dodge