X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Ficonv.texi;h=8f26da2659118d2fd9e0f0ba20b5cd75aa2a00aa;hb=72fa964ff7b6a1e8359c83e34765af885fc60ebe;hp=21167037859bed829311b88698765ef959d8fb17;hpb=06b335ade65c8fe60fee8b9e18b670bb54ed924a;p=gnulib.git diff --git a/doc/posix-functions/iconv.texi b/doc/posix-functions/iconv.texi index 211670378..8f26da265 100644 --- a/doc/posix-functions/iconv.texi +++ b/doc/posix-functions/iconv.texi @@ -30,7 +30,7 @@ This function was not correctly implemented in glibc versions before 2.2. When @code{iconv} encounters an input character that is valid but that cannot be converted to the output character set, glibc's and GNU libiconv's @code{iconv} stop the conversion. Some other implementations put an -implementation-defined character into the output buffer. --- +implementation-defined character into the output buffer. Gnulib provides higher-level facilities @code{striconv} and @code{striconveh} (wrappers around @code{iconv}) that deal with conversion errors in a platform independent way.