utf8proc is an [[MIT License]] licensed [[Unicode Characters|UTF-8]] string manipulation library written in [[C]].
- [Website](https://juliastrings.github.io/utf8proc/)
- [Source](https://github.com/JuliaStrings/utf8proc)
- [Documentation](https://juliastrings.github.io/utf8proc/doc/)
- AlternativeTo
> utf8proc is a small, clean C library that provides Unicode normalization, case-folding, and other operations for data in the UTF-8 encoding.
# Notability
- Used by [[Julia]]
- Recommended by the developer of [[Text - cutef8]]
# Philosophy
## Origin
> It was [initially developed](http://www.public-software-group.org/utf8proc) by Jan Behrens and the rest of the [Public Software Group](http://www.public-software-group.org/), who deserve _nearly all of the credit_ for this package. With the blessing of the Public Software Group, the [Julia developers](http://julialang.org/) have taken over development of utf8proc, since the original developers have moved to other projects.
# Platform Support
Should run anywhere C does. The makefile supports [[GCC]]-like compilers, but notes that other compilers should work if you figure out the appropriate flags.
# Features
# Tips
# References