--- embedaddon/libiconv/libcharset/README 2012/05/29 09:29:42 1.1.1.2 +++ embedaddon/libiconv/libcharset/README 2021/03/17 13:38:46 1.1.1.3 @@ -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. @@ -48,15 +48,15 @@ This library is used in To integrate this library into your package: - 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