Re: Is terminating null required for Lua strings?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Is terminating null required for Lua strings?
- From: "Juris Kalnins" <juris@...>
- Date: 2009年5月05日 08:38:00 +0300
On 2009年5月04日 05:07:14 +0300, Matthew Paul Del Buono <delbu9c1@erau.edu> wrote:
> It is important to point out that you will find in the manual
> that string.format does not work with strings with zeros in the
> middle in many cases. This is explicitly stated in the manual.
>
> The only format specifier that I'm aware of that allows for
> zeros is %q.
>
Thanks!
Manual does not say anything about missing the final 0円 though, because
such case is not possible without modifying Lua core.
--j<