mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
d69a45f8d4
- Update MASTER_SITES - Update WWW Changes: https://github.com/JuliaStrings/utf8proc/releases https://github.com/JuliaStrings/utf8proc/blob/master/NEWS.md Submitted by: sunpoet PR: 236160
10 lines
486 B
Plaintext
10 lines
486 B
Plaintext
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: https://juliastrings.github.io/utf8proc/
|