Minimal UTF-8 support in C code
caminhante a719c0e188 Now we are really parsing UTF-8 as specified | vor 10 Monaten | |
---|---|---|
LICENSE | vor 4 Jahren | |
Makefile | vor 10 Monaten | |
README.md | vor 4 Jahren | |
minimal_UTF8.leo | vor 10 Monaten | |
utf8.c | vor 10 Monaten | |
utf8.h | vor 10 Monaten |
Public-domain library with small set of functions to manipulate UTF-8 encoded text.
For using this library at your project, you can:
utf8.[ch]
files directly into your project (this library is public domain software);libminiutf8.so
dynamically at runtime;libminiutf8.a
or utf8.o
into your native executables.Coming soon.
Each function has a descriptive commentary in the file utf8.h
.
I use Leo Editor as my IDE.
This software is versioned under the monotonic versioning method. For more information see The Monotonic Versioning Manifesto