Hash :
5feb6a2e
Author :
Date :
2008-04-22T01:56:52
Replace the isw* functions on Linux libc5.
@node iswlower
@section @code{iswlower}
@findex iswlower
POSIX specification: @url{http://www.opengroup.org/susv3xsh/iswlower.html}
Gnulib module: wctype
Portability problems fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
Solaris 2.5.1.
@item
This function returns 0 for all possible arguments on some platforms:
Linux libc5.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@item
On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize