htrefil / utf8

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C 94.8%Language:CMake 5.2%