[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] luatexts 0.1.1
- From: Alexander Gladysh <agladysh@...>
- Date: Mon, 18 Apr 2011 18:12:54 +0400
Announcing luatexts version 0.1.1 release (under MIT license).
https://github.com/agladysh/luatexts
This release improves UTF-8 validation as per suggestions here:
http://codereview.stackexchange.com/q/1624/234
The luatexts module handles serialization to a simple human-readable
binary-safe Lua-aware format.
It is much similar to my my luabins[1], only it uses text instead of
binary data, and does support UTF-8 strings natively as one of the
data formats. Native UTF-8 support is especially useful e.g. in
JavaScript, where you can not reliably calculate size of a string in
bytes.
This is an early release. Code is not recommended for production yet,
but early adopters are very welcome.
Rockspecs:
https://github.com/agladysh/luatexts/raw/master/rockspec/luatexts-0.1.1-1.rockspec
https://github.com/agladysh/luatexts/raw/master/rockspec/luatexts-scm-1.rockspec
Any feedback welcome (but please read the README[2] first).
Alexander.
[1] — https://github.com/agladysh/luabins
[2] — https://github.com/agladysh/luatexts/blob/master/README.md