An open API service indexing awesome lists of open source software.

https://github.com/daurnimator/lua-unistring

Lua bindings to libunistring (https://www.gnu.org/software/libunistring)
https://github.com/daurnimator/lua-unistring

libunistring lua lua-bindings unicode

Last synced: 6 months ago
JSON representation

Lua bindings to libunistring (https://www.gnu.org/software/libunistring)

Awesome Lists containing this project

README

          

# lua-unistring

Bindings to [libunistring](https://www.gnu.org/software/libunistring), a C library for handling unicode.

## Features

- Compatible with Lua 5.1, 5.2, 5.3 and [LuaJIT](http://luajit.org/)

## Status

- This is a new project

# Installation

It's recommended to install lua-unistring by using [luarocks](https://luarocks.org/).

$ luarocks install --server=http://luarocks.org/dev unistring

## Dependencies

- [libunistring](https://www.gnu.org/software/libunistring)

### For running tests

- [busted](http://olivinelabs.com/busted/)