careadlinkat: Use 'restrict'.
[gnulib.git] / doc / posix-functions / towupper.texi
blob823ff29743b036322fe4bae913fdb7b672089ef2
1 @node towupper
2 @section @code{towupper}
3 @findex towupper
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/towupper.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