Commit b7f05445c00f 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)
10 lines
409 B
Plaintext
10 lines
409 B
Plaintext
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.
|