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

https://github.com/daurnimator/zig-unicode

A Zig unicode library
https://github.com/daurnimator/zig-unicode

unicode zig

Last synced: 3 months ago
JSON representation

A Zig unicode library

Awesome Lists containing this project

README

        

A [Zig](https://ziglang.org/) unicode library

# Status

This project is in its infancy.

# Aims

- Provide the functionality of [unistring](https://www.gnu.org/software/libunistring/manual/libunistring.html)
- Provide the functionality of [libidn2](https://libidn.gitlab.io/libidn2/manual/libidn2.html)
- Provide primitives required for [PRECIS](https://tools.ietf.org/html/rfc8264)
- Do all the above by parsing the [official Unicode data tables](http://www.unicode.org/reports/tr44/#UCD_Proper) using compiletime/runtime agnostic functions