Re: [ANN] Lua 5.3.0 (work2) now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Lua 5.3.0 (work2) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2014年3月31日 10:25:21 -0300
> Do you plan to add real UTF-8 support for all string.* functions?
> Such as ("é"):match("%g+") can work?
I believe you are asking for Unicode support, not UTF-8 support. (UTF-8
has nothing to do with what characters mean, only with their binary
representation.) We have no current plans for Unicode support in the
standard libraries.
-- Roberto