File README.md of Package utf8proc
# utf8proc
URL: [utf8proc](https://github.com/JuliaStrings/utf8proc)
----
### NOTE(s):
* 20240916: Needed for neovim, see:
- https://github.com/neovim/neovim/issues/30399
- https://github.com/neovim/neovim/issues/30294
- https://github.com/neovim/neovim/issues/30249
----
utf8proc is a library for processing UTF-8 encoded Unicode strings. Some features are Unicode normalization, stripping of default ignorable characters, case folding and detection of grapheme cluster boundaries. A special character mapping is available, which converts for example the characters “Hyphen” (U+2010), “Minus” (U+2212) and “Hyphen-Minus (U+002D, ASCII Minus) all into the ASCII minus sign, to make them equal for comparisons.