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.
- Host: GitHub
- URL: https://github.com/htrefil/utf8
- Owner: htrefil
- Created: 2019-01-17T16:40:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-18T10:44:35.000Z (about 6 years ago)
- Last Synced: 2025-07-24T17:41:36.918Z (11 months ago)
- Language: C
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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