Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
iswlower(3)
Edit
PageHistory
Diff
Info
LikePages
ISWLOWER !!!ISWLOWER NAME SYNOPSIS DESCRIPTION RETURN VALUE CONFORMING TO SEE ALSO NOTES ---- !!NAME iswlower - test for lowercase wide character !!SYNOPSIS __#include __ ''wc''__); __ !!DESCRIPTION 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 !!RETURN VALUE The __iswlower__ function returns non-zero if ''wc'' is a wide character belonging to the wide character class '' !!CONFORMING TO ISO/ANSI C, UNIX98 !!SEE ALSO islower(3), iswctype(3), towlower(3) !!NOTES 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)
:
Man3i
iswctype(3)
towlower(3)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.