slackbuilds_ponce/libraries/libiconv
ponce 532884e7d6 libraries/libiconv: Added (text encoding conversion library)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2010-10-10 22:09:17 -05:00
..
libiconv.info
libiconv.SlackBuild
README
slack-desc

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.