poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / tolower.texi
blobd8d2bf7f06a2582ed4b38ca741f9738c2d0b059e
1 @node tolower
2 @section @code{tolower}
3 @findex tolower
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/tolower.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