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)
8 lines
545 B
Text
8 lines
545 B
Text
AnyAscii converts Unicode text to a reasonable representation using only ASCII.
|
|
|
|
For most characters in Unicode, AnyAscii provides an ASCII-only replacement
|
|
string. Text is converted character-by-character without considering the
|
|
context. The mappings for each script are based on popular existing romanization
|
|
schemes. Symbolic characters are converted based on their meaning or appearance.
|
|
All ASCII characters in the input are left unchanged, every other character is
|
|
replaced with printable ASCII characters. Unknown characters are removed.
|