diff options
author | Oleg O. Chukaev <oleg.chukaev@mail.ru> | 2010-07-02 12:26:19 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-07-02 12:26:19 -0500 |
commit | 38c993ee3bea7b68fe82bd0e24a6d709c1fd8dc4 (patch) | |
tree | 0889d386bd5ba3332868dd07f9a9e2c4ee8bf514 /misc/uni2ascii/README | |
parent | b97b095b6fc79828faba0cfbb5090c88e1d01914 (diff) |
misc/uni2ascii: Added (unicode to ascii converter)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'misc/uni2ascii/README')
-rw-r--r-- | misc/uni2ascii/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/uni2ascii/README b/misc/uni2ascii/README new file mode 100644 index 000000000000..49873368176f --- /dev/null +++ b/misc/uni2ascii/README @@ -0,0 +1,6 @@ +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. |