slackbuilds_ponce/libraries/libiconv
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
libiconv.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
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.