diff options
author | clsung <clsung@FreeBSD.org> | 2007-10-16 16:39:36 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-10-16 16:39:36 +0800 |
commit | 6f283372a09cc430eb5ab7a536ca9ee0341556d4 (patch) | |
tree | 11f2d1f602890c9e1ded02920331f8fd3d09b868 /textproc/Makefile | |
parent | d85b6afe1c8dfacf1d357e7f887b03f956d932c3 (diff) | |
download | freebsd-ports-gnome-6f283372a09cc430eb5ab7a536ca9ee0341556d4.tar.gz freebsd-ports-gnome-6f283372a09cc430eb5ab7a536ca9ee0341556d4.tar.zst freebsd-ports-gnome-6f283372a09cc430eb5ab7a536ca9ee0341556d4.zip |
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.flexiguided.de/publications.utf8proc.en.html
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 3081d5a81c8c..5ca9f7d8a54d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -986,6 +986,7 @@ SUBDIR += unroff SUBDIR += unrtf SUBDIR += urlview + SUBDIR += utf8proc SUBDIR += uz-aspell SUBDIR += vbindiff SUBDIR += wa-aspell |