A simple C library for handling utf-8 strings in C. Built for educational purposes.
Install dependencies:
- make
- gcc
- libcriterion-dev (only for testing)
Build using:
$ make
This builds the library to a file called cunicode.a in the build directory.