[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.4.0 beta announcement
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 3 Oct 2019 18:05:10 -0300
> the only concern I have is over existing usage of e.g.
> utf8.codes(s:gsub(...)). it would probably be beneficial to make utf8.codes
> accept a start index before the lax switch, or otherwise enforce that the
> lax switch is not a number. (the start index is more appealing imo.)
Accepting a start index would not help in that case, would it?
-- Roberto