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)
- Host: GitHub
- URL: https://github.com/daurnimator/lua-unistring
- Owner: daurnimator
- License: mit
- Created: 2016-11-16T13:05:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T12:51:43.000Z (over 7 years ago)
- Last Synced: 2025-03-29T02:51:29.149Z (9 months ago)
- Topics: libunistring, lua, lua-bindings, unicode
- Language: C
- Size: 199 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/)