2 @section @code{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:
12 This function returns values of which the upper 16 bits are incorrect
16 This function cannot be called from plain inline or extern inline functions
21 Portability problems not fixed by Gnulib:
24 On Windows and 32-bit AIX platforms, @code{wchar_t} is a 16-bit type and therefore cannot
25 accommodate all Unicode characters.