0327d23f6d
- Switch to new vendor locations - Add LICENSE - Whitespace fix PR: 200371 Submitted by: nullptr@keksdie.be
9 lines
480 B
Text
9 lines
480 B
Text
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.
|
|
|
|
WWW: http://julialang.org/utf8proc/
|