poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / toupper.texi
blob36e40c45bc7d332493fcf71f76af34c254ec5385
1 @node toupper
2 @section @code{toupper}
3 @findex toupper
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/toupper.html}
7 Gnulib module: ctype
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function cannot be called from plain inline or extern inline functions
13 on some platforms:
14 OS X 10.8.
15 @end itemize
17 Portability problems not fixed by Gnulib:
18 @itemize
19 @item
20 On Windows and 32-bit AIX platforms, @code{wchar_t} is a 16-bit type and therefore cannot
21 accommodate all Unicode characters.
22 @end itemize