lua-users home
lua-l archive

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


On Tue, 16 Dec 2014, Luiz Henrique de Figueiredo wrote:

> Lua 5.3.0 (rc1) is now available for testing at
> 	http://www.lua.org/work/lua-5.3.0-rc1.tar.gz

> We'd also like feedback on the documentation:

> 	http://www.lua.org/work/doc/manual.html

Manual says (in firefox view) for
utf8.len (s [, i [, j]])
...start between positions i and @{j} (both inclusive).

the @{j} should be j.

In the string.pack (fmt, v1, v2, ...) description, the font for fmt, v1,
and v2 is not <code>. In string.unpack() it's ok.

Regards, Hartmut