2 @section @code{towupper}
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/towupper.html}
7 Gnulib module: wctype-h
9 Portability problems fixed by Gnulib:
12 This function is missing on some platforms:
13 IRIX 5.3, Solaris 2.5.1.
15 This function returns values of which the upper 16 bits are incorrect
19 This function cannot be called from plain inline or extern inline functions
24 Portability problems not fixed by Gnulib:
27 On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
28 accommodate all Unicode characters.