mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
7 lines
439 B
Text
7 lines
439 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.
|