Mercurial > hg > octave-jordi > gnulib-hg
view doc/posix-functions/fwscanf.texi @ 10929:a4794db249f8
Mention that AIX has a crippled wchar_t type.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 21 Dec 2008 13:26:10 +0100 |
parents | ae4a7d0b5e51 |
children | 6ec3c66a2075 |
line wrap: on
line source
@node fwscanf @section @code{fwscanf} @findex fwscanf POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fwscanf.html} Gnulib module: --- Portability problems fixed by Gnulib: @itemize @end itemize 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. @item On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize