An open API service indexing awesome lists of open source software.

https://github.com/htrefil/utf8

A simple C library for decoding and encoding UTF-8.
https://github.com/htrefil/utf8

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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

## Example usage
See [example.c](examples/example.c) for example usage.

## Documentation
See comments near function prototypes in [utf8.h](include/utf8/utf8.h) for documentation.
Overall the internal working of the code should be simple and self-documenting.

## License
Public domain