Re: Could Lua itself become UTF8-aware?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Could Lua itself become UTF8-aware?
- From: Roberto Ierusalimschy <roberto@...>
- Date: Mon, 1 May 2017 10:05:11 -0300
> I'd like to have Lua better support checking whether something is RFC-legal UTF-8.
What is wrong with 'utf8.len'?
-- Roberto