diff options
author | sat <sat@FreeBSD.org> | 2006-07-26 05:50:41 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-07-26 05:50:41 +0800 |
commit | c31846a38a8dc3f018ecf733a7b00748adfd751c (patch) | |
tree | 03dee724a4d360747792ddc54f71db69b4fe37b6 /textproc/Makefile | |
parent | cb55707baf5a81da3c2d2011ba3b0a543cfc7af4 (diff) | |
download | freebsd-ports-gnome-c31846a38a8dc3f018ecf733a7b00748adfd751c.tar.gz freebsd-ports-gnome-c31846a38a8dc3f018ecf733a7b00748adfd751c.tar.zst freebsd-ports-gnome-c31846a38a8dc3f018ecf733a7b00748adfd751c.zip |
Add port textproc/p5-Unicode-CheckUTF8:
This is an XS wrapper around some Unicode Consortium code to check if
a string is valid UTF-8, revised to conform to what expat/Mozilla
think is valid UTF-8, especially with regard to low-ASCII characters.
Note that this module has NOTHING to do with Perl's internal UTF8 flag
on scalars.
This module is for use when you're getting input from users and want
to make sure it's valid UTF-8 before continuing.
WWW: http://search.cpan.org/dist/Unicode-CheckUTF8/
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 7ed3e7aad96a..5ba1b670311d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -534,6 +534,7 @@ SUBDIR += p5-UML-Sequence SUBDIR += p5-UML-State SUBDIR += p5-URI-Find + SUBDIR += p5-Unicode-CheckUTF8 SUBDIR += p5-Unicode-Normalize SUBDIR += p5-WDDX SUBDIR += p5-WWW-Google-SiteMap |