mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
90bfb515f5
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
8 lines
458 B
Text
8 lines
458 B
Text
uni2ascii (convert UTF-8 into 7-bit ASCII and vice versa)
|
|
|
|
uni2ascii provides conversion in both directions between UTF-8 Unicode
|
|
and more than thirty 7-bit ASCII equivalents, including HTML numeric
|
|
character references, various escapes and hexadecimal. Such ASCII
|
|
equivalents are useful when including Unicode text in program source,
|
|
when debugging, and when entering text into web programs that can
|
|
handle the Unicode character set but are not 8-bit safe.
|