Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 346 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 346 Bytes

utf8

A simple C library for decoding and encoding UTF-8.

Example usage

See example.c for example usage.

Documentation

See comments near function prototypes in utf8.h for documentation. Overall the internal working of the code should be simple and self-documenting.

License

Public domain