--- embedaddon/libiconv/libcharset/README 2012/02/21 22:57:48 1.1 +++ embedaddon/libiconv/libcharset/README 2021/03/17 13:38:46 1.1.1.3 @@ -11,8 +11,8 @@ encodings and locales than the currently selected one. any other given encoding). * Mail agents. -In theory, this would be very simple: The Single Unix Specification (SUSV2) -provides the nl_langinfo function, in such a way that +In theory, this would be very simple: POSIX provides the nl_langinfo function, +in such a way that nl_langinfo (CODESET) @@ -25,7 +25,7 @@ This library fixes these flaws and provides a function const char * locale_charset (void); It determines the current locale's character encoding, and canonicalizes it -into one of the canonical names listed in config.charset. The result must +into one of the canonical names listed in localcharset.h. The result must not be freed; it is statically allocated. If the canonical name cannot be determined, the result is a non-canonical name. @@ -40,21 +40,23 @@ As usual for GNU packages: This library is used in - GNU sh-utils, fileutils, textutils + GNU coreutils GNU gettext GNU clisp To integrate this library into your package: -See file INTEGRATE. +- Either from this package. See file INTEGRATE. +- Or from gnulib. See + Distribution: The libcharset directory of - ftp://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.8.tar.gz + ftp://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.14.tar.gz Homepage: - http://www.haible.de/bruno/packages-libcharset.html + https://haible.de/bruno/packages-libcharset.html Bruno Haible