ISWLOWER
NAME SYNOPSIS DESCRIPTION RETURN VALUE CONFORMING TO SEE ALSO NOTES
iswlower - test for lowercase wide character
#include wc);
The iswlower function is the wide-character equivalent of the islower function. It tests whether wc is a wide character belonging to the wide character class ''
The wide character class
Being a subclass of the wide character class
Being a subclass of the wide character class
Being a subclass of the wide character class
Being a subclass of the wide character class
The wide character class wc which are equal to towlower(wc) and different from towupper(wc)''.
The wide character class
The iswlower function returns non-zero if wc is a wide character belonging to the wide character class ''
ISO/ANSI C, UNIX98
islower(3), iswctype(3), towlower(3)
The behaviour of iswlower depends on the LC_CTYPE category of the current locale.
This function is not very appropriate for dealing with Unicode characters, because Unicode knows about three cases: upper, lower and title case.
3 pages link to iswlower(3):