X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fiswctype.texi;h=361682de9a5ee73e448a7ec7eb72f89663a22e2a;hb=3ee187a6d4ba1005dc146e593b07e3fc8a4a4671;hp=156a26f5a47c0f7ef2610c2831db3e0a6ada2237;hpb=1a5312f7bbd8c94d2497c0b290a76003f76c8a3f;p=gnulib.git diff --git a/doc/posix-functions/iswctype.texi b/doc/posix-functions/iswctype.texi index 156a26f5a..361682de9 100644 --- a/doc/posix-functions/iswctype.texi +++ b/doc/posix-functions/iswctype.texi @@ -2,20 +2,24 @@ @section @code{iswctype} @findex iswctype -POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswctype.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswctype.html} -Gnulib module: --- +Gnulib module: iswctype Portability problems fixed by Gnulib: @itemize +@item +This function is missing on some platforms: +Minix 3.1.8, IRIX 5.3, Solaris 2.5.1. +@item +This function is declared in @code{}, not in @code{}, on +some platforms: +HP-UX 11.00. @end itemize Portability problems not fixed by Gnulib: @itemize @item -This function is missing on some platforms: -IRIX 5.3, Solaris 2.5.1. -@item On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize