fb16dfecae
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)
6 lines
349 B
Text
6 lines
349 B
Text
This is a library for converting Unicode strings to numbers.
|
|
Standard functions like strtoul and strtod do this for numbers
|
|
written in the usual Western number system using the Indo-Arabic
|
|
numerals, but they do not handle other number systems.
|
|
The main functions take as input a UTF-32 Unicode string and
|
|
compute the corresponding unsigned integer.
|