Minimal support for the UTF-16 encoding for Lua.

$ luarocks install --server=https://luarocks.org/dev utf16

Forked from https://github.com/vtudorache/lua-utf16

This library provides minimal support for the UTF-16 encoding. Operations
that query the meaning of a character, such as character classification,
are outside its scope. Since strings in Lua can have embedded zeros, the
library uses the default Lua string type to hold the UTF-16 data. The
encoding of a particular string is the user's responsibility.

Versions

dev-2dev120 days ago1 download
dev-1dev120 days ago2 downloads

Dependencies

lua >= 5.1

Manifests