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