poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / wctob.texi
blobe91ce5de654a1499997a4127d3d6e1c119a5d0c9
1 @node wctob
2 @section @code{wctob}
3 @findex wctob
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/wctob.html}
7 Gnulib module: wctob
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, mingw.
14 @item
15 This function clobbers caller-owned registers on some platforms:
16 Cygwin 1.7.5.
17 @item
18 This function does not work on some platforms:
19 Solaris 9.
20 @item
21 This function is missing a declaration on some platforms:
22 IRIX 6.5.
23 @end itemize
25 Portability problems not fixed by Gnulib:
26 @itemize
27 @item
28 On Windows and 32-bit AIX platforms, @code{wchar_t} is a 16-bit type and
29 therefore cannot accommodate all Unicode characters.
30 However, the Gnulib function @code{c32tob}, provided by Gnulib module
31 @code{c32tob}, operates on 32-bit wide characters and therefore does not have
32 this limitation.
33 @end itemize