Re: Lua and UTF-8
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua and UTF-8
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2010年1月11日 16:18:44 -0200
> Is there a page (or, perhaps the mailing list post), which describes
> official and current position of Lua authors on UTF-8 support in Lua
> core libraries?
Our position is that, in Lua, UTF-8 is better supported by external
libraries. Note that, except for the string library, all other
standard libraries in Lua (and the language itself) should work
without problems in UTF-8.
-- Roberto