X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fposix-functions%2Ftowupper.texi;h=d63469b137ded1cad6a7fda8b947b7218f07d5c9;hb=9f9fbf640f7f399605210e41fff38a82417df17a;hp=52b17f861c6a683adb1c983a626ce86c99c15d48;hpb=20d24b6149bd8af3db2fb3bd78f28de37e3d810e;p=gnulib.git diff --git a/doc/posix-functions/towupper.texi b/doc/posix-functions/towupper.texi index 52b17f861..d63469b13 100644 --- a/doc/posix-functions/towupper.texi +++ b/doc/posix-functions/towupper.texi @@ -4,18 +4,22 @@ POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/towupper.html} -Gnulib module: --- +Gnulib module: wctype Portability problems fixed by Gnulib: @itemize +@item +This function is missing on some platforms: +IRIX 5.3, Solaris 2.5.1. +@item +This function returns values of which the upper 16 bits are incorrect +on some platforms: +mingw. @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