[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: utf-8 support in Lua 5.3.0
- From: Dirk Laurie <dirk.laurie@...>
- Date: Tue, 15 Apr 2014 09:23:08 +0200
2014-04-15 5:03 GMT+02:00 Xavier Wang <weasley.wx@gmail.com>:
> the new C API. (though currently the API is not changed).
More precisely: the 5.3 binary libraries can be linked with code
written for the 5.2 API, and work most of the time. There are some
new features (e.g. lua_gettable returns int, not void) and some
programs (e.g. LPeg 0.12) work so intensely with numbers that
the new dual-purpose number type gives unplanned results.