X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fswprintf.texi;h=ffd4c93cfa76077805a27f35f07d058058fceeba;hb=7c59efd8bc7abb8c79ae969a65ece95e68c9be4c;hp=b40b317fd1f5de28b020b9c0ce30344244d1bf5f;hpb=ab777bf8ac5eb0ef86c9929fb0d4d2f8c7a7fa3a;p=gnulib.git diff --git a/doc/posix-functions/swprintf.texi b/doc/posix-functions/swprintf.texi index b40b317fd..ffd4c93cf 100644 --- a/doc/posix-functions/swprintf.texi +++ b/doc/posix-functions/swprintf.texi @@ -14,9 +14,9 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -NetBSD 3.0, OpenBSD 3.8, HP-UX 11.00, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS. +NetBSD 3.0, OpenBSD 3.8, HP-UX 11.00, IRIX 6.5, Solaris 2.6, Cygwin 1.5.x, Interix 3.5, BeOS. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @item On Windows, this function does not take a buffer size as second argument.