poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / wcsrtombs.texi
blob5bb7d8c945465a0e1732ffb7aa495caa5b6d60c7
1 @node wcsrtombs
2 @section @code{wcsrtombs}
3 @findex wcsrtombs
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsrtombs.html}
7 Gnulib module: wcsrtombs
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 Minix 3.1.8, HP-UX 11.00, IRIX 6.5, mingw.
14 @item
15 This function does not ignore the length argument if the destination argument is NULL on some platforms:
16 mingw.
17 @item
18 This function updates the source pointer also if the destination argument is NULL on some platforms:
19 HP-UX 11.
20 @end itemize
22 Portability problems not fixed by Gnulib:
23 @itemize
24 @item
25 On Windows and 32-bit AIX platforms, @code{wchar_t} is a 16-bit type and
26 therefore cannot accommodate all Unicode characters.
27 However, the Gnulib function @code{c32srtombs}, provided by Gnulib module
28 @code{c32srtombs}, operates on 32-bit wide characters and therefore does not
29 have this limitation.
30 @end itemize