Utf-8 code point library

Wistahe bd9a34409b Updates readme 3 tahun lalu
tests 6920190274 Adds old work and rewrites a lot of code 3 tahun lalu
.gitignore 6920190274 Adds old work and rewrites a lot of code 3 tahun lalu
LICENSE 6920190274 Adds old work and rewrites a lot of code 3 tahun lalu
Makefile 6920190274 Adds old work and rewrites a lot of code 3 tahun lalu
README.md bd9a34409b Updates readme 3 tahun lalu
config.mk 6920190274 Adds old work and rewrites a lot of code 3 tahun lalu
uch.c 6920190274 Adds old work and rewrites a lot of code 3 tahun lalu
uch.h 6920190274 Adds old work and rewrites a lot of code 3 tahun lalu

README.md

uch

A really simple utf8 library for working at the level of code points.

To compile run

make

Example code can be found in tests/

Feel free to read files, they contain lots of comments.

TODO

  • Add a manual
  • Add ways of working with combining code points
    • Probably just some way of determining the length of the combination would be enough.