lua-users home
lua-l archive

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


> 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