Re: utf-8 support in Lua 5.3.0
[
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: 2014年4月15日 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.