Files
ports/textproc/utf8proc/pkg-descr
Pietro Cerutti 0d218fe551 - Update to 1.1.6
- Make fetchable again
- Update WWW line in pkg-descr

PR:		185740
Submitted by:	gahr
Approved by:	maintainer (timeout)
2014-02-14 15:00:44 +00:00

10 lines
495 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: http://www.public-software-group.org/utf8proc