diff options
author | ponce <matteo.bernardini@sns.it> | 2010-10-10 22:09:17 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-10-10 22:09:17 -0500 |
commit | 532884e7d69d24e1b87b42e5c6bf17c4a9414586 (patch) | |
tree | 044e57b08464764cbab89c61e7ef6e180eb6ec20 /libraries/libiconv/README | |
parent | 644ba9389a38fb13e617d765268c29224af7db21 (diff) |
libraries/libiconv: Added (text encoding conversion library)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libiconv/README')
-rw-r--r-- | libraries/libiconv/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/libiconv/README b/libraries/libiconv/README new file mode 100644 index 0000000000..4888a57679 --- /dev/null +++ b/libraries/libiconv/README @@ -0,0 +1,9 @@ +libiconv (conversion library for text encodings) + +Some programs, like mailers and web browsers, must be able to convert +between a given text encoding and the user's encoding. Other programs +internally store strings in Unicode, to facilitate internal processing, +and need to convert between internal string representation (Unicode) +and external string representation (a traditional encoding) when they +are doing I/O. GNU libiconv is a conversion library for both kinds of +applications. |