X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fmbtowc.texi;h=2359480be775e346e007628f91438eb3c071acba;hb=887838f26007be35a25c6167e38c0880d95bd2d1;hp=c655dec58c99c812fee65656a3f35a9f4932f50a;hpb=1a5312f7bbd8c94d2497c0b290a76003f76c8a3f;p=gnulib.git diff --git a/doc/posix-functions/mbtowc.texi b/doc/posix-functions/mbtowc.texi index c655dec58..2359480be 100644 --- a/doc/posix-functions/mbtowc.texi +++ b/doc/posix-functions/mbtowc.texi @@ -2,9 +2,9 @@ @section @code{mbtowc} @findex mbtowc -POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mbtowc.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mbtowc.html} -Gnulib module: --- +Gnulib module: mbtowc Portability problems fixed by Gnulib: @itemize @@ -13,6 +13,9 @@ Portability problems fixed by Gnulib: Portability problems not fixed by Gnulib: @itemize @item +This function accumulates hidden state on some platforms: +glibc 2.8 (see @url{http://sourceware.org/bugzilla/show_bug.cgi?id=9674}). +@item On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize