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
- Host: GitHub
- URL: https://github.com/daurnimator/zig-unicode
- Owner: daurnimator
- Created: 2018-11-25T14:40:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-01T04:06:21.000Z (over 6 years ago)
- Last Synced: 2025-02-02T01:44:49.218Z (5 months ago)
- Topics: unicode, zig
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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