Lua bindings for ucdn, which is a Unicode support library written in C.
luarocks install luaucdn
luaucdn does not implement all the API methods from ucdn yet. Open a github issue to request any unimplemented API methods that you require.
You can use LuaRocks to build
luarocks make
In order to make changes to the code and run the tests, the following dependencies need to be installed:
Run the test suite:
make spec
Lint the codebase:
make lint
Open a Github issue, or email me at [email protected].