poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / mbstowcs.texi
blob5d7dc4ca62e8f585b578f3196437cee4ab30d868
1 @node mbstowcs
2 @section @code{mbstowcs}
3 @findex mbstowcs
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/mbstowcs.html}
7 Gnulib module: ---
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 On Windows and 32-bit AIX platforms, @code{wchar_t} is a 16-bit type and
17 therefore cannot accommodate all Unicode characters.
18 However, the Gnulib function @code{mbstoc32s}, provided by Gnulib module
19 @code{mbstoc32s}, operates on 32-bit wide characters and therefore does not
20 have this limitation.
21 @end itemize