extern-inline: document fixes for ctype and wctype macros
[gnulib.git] / doc / posix-functions / towlower.texi
1 @node towlower
2 @section @code{towlower}
3 @findex towlower
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/towlower.html}
6
7 Gnulib module: wctype-h
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 IRIX 5.3, Solaris 2.5.1.
14 @item
15 This function returns values of which the upper 16 bits are incorrect
16 on some platforms:
17 mingw.
18 @item
19 This function cannot be called from plain inline or extern inline functions
20 on some platforms:
21 OS X 10.8.
22 @end itemize
23
24 Portability problems not fixed by Gnulib:
25 @itemize
26 @item
27 On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
28 accommodate all Unicode characters.
29 @end itemize