poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / mbtowc.texi
blobe7e537690b71e65d3289d08d5458ff3fb53eabde
1 @node mbtowc
2 @section @code{mbtowc}
3 @findex mbtowc
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/mbtowc.html}
7 Gnulib module: mbtowc
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 Android 4.4.
14 @end itemize
16 Portability problems not fixed by Gnulib:
17 @itemize
18 @item
19 This function accumulates hidden state on some platforms:
20 glibc 2.8 (see @url{https://sourceware.org/bugzilla/show_bug.cgi?id=9674}).
21 @item
22 On Windows and 32-bit AIX platforms, @code{wchar_t} is a 16-bit type and therefore cannot
23 accommodate all Unicode characters.
24 @end itemize