[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Will Lua kernel use Unicode in the future?
- From: Dave Dodge <dododge@...>
- Date: Fri, 30 Dec 2005 10:22:16 -0500
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