freebsd-ports/textproc/py-anyascii/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
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)
2022-09-07 23:58:51 +02:00

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.