iswlower(3)


NAME

   iswlower - test for lowercase wide character

SYNOPSIS

   #include <wctype.h>

   int iswlower(wint_t wc);

DESCRIPTION

   The  iswlower()  function  is  the  wide-character  equivalent  of  the
   islower(3) function.  It tests whether wc is a wide character belonging
   to the wide-character class "lower".

   The  wide-character  class  "lower" is a subclass of the wide-character
   class "alpha", and therefore also  a  subclass  of  the  wide-character
   class  "alnum",  of  the  wide-character class "graph" and of the wide-
   character class "print".

   Being a  subclass  of  the  wide-character  class  "print",  the  wide-
   character  class  "lower"  is  disjoint  from  the wide-character class
   "cntrl".

   Being a  subclass  of  the  wide-character  class  "graph",  the  wide-
   character  class  "lower"  is  disjoint  from  the wide-character class
   "space" and its subclass "blank".

   Being a  subclass  of  the  wide-character  class  "alnum",  the  wide-
   character  class  "lower"  is  disjoint  from  the wide-character class
   "punct".

   Being a  subclass  of  the  wide-character  class  "alpha",  the  wide-
   character  class  "lower"  is  disjoint  from  the wide-character class
   "digit".

   The wide-character class "lower" contains at least those characters  wc
   which are equal to towlower(wc) and different from towupper(wc).

   The  wide-character  class "lower" always contains at least the letters
   'a' to 'z'.

RETURN VALUE

   The iswlower() function returns nonzero  if  wc  is  a  wide  character
   belonging  to  the wide-character class "lower".  Otherwise, it returns
   zero.

ATTRIBUTES

   For  an  explanation  of  the  terms  used   in   this   section,   see
   attributes(7).

   
   Interface   Attribute      Value          
   
   iswlower()  Thread safety  MT-Safe locale 
   

CONFORMING TO

   POSIX.1-2001, POSIX.1-2008, C99.

NOTES

   The  behavior  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.

SEE ALSO

   islower(3), iswctype(3), towlower(3)

COLOPHON

   This page is part of release 4.09 of the Linux  man-pages  project.   A
   description  of  the project, information about reporting bugs, and the
   latest    version    of    this    page,    can     be     found     at
   https://www.kernel.org/doc/man-pages/.


More Linux Commands

manpages/csin.3.html
csin(3) - complex sine function (Library - Linux man page)
The complex sine function is defined as: csin(z) = (exp(i * z) - exp(-i * z)) / (2 * i) VERSIONS These functions first appeared in glibc in version 2.1. CONFORM

manpages/resgen.1.html
resgen(1) - Mono/CLI Resource Generator - Linux manual page
Convert a resource file from one format to another. The currently supported formats are text, resources, resx and po. .txt, .text Used to process text files, th

manpages/growisofs.1.html
growisofs(1) - combined mkisofs frontend/DVD recording progr
growisofs was originally designed as a frontend to mkisofs to facilitate appending of data to ISO9660 volumes residing on random-access media such as DVD+RW, DV

manpages/irqbalance.1.html
irqbalance(1) - distribute hardware interrupts across proces
The purpose of irqbalance is distribute hardware interrupts across processors on a multiprocessor system in order to increase performance. OPTIONS -o, --oneshot

manpages/glIndexdv.3gl.html
glIndexdv(3gl) - set the current color index (Man Page).....
glIndex updates the current (single-valued) color index. It takes one argument, the new value for the current color index. The current index is stored as a floa

manpages/_Exit.2.html
_Exit(2) - terminate the calling process - Linux man page...
The function _exit() terminates the calling process immediately. Any open file descriptors belonging to the process are closed; any children of the process are

manpages/Net::Server::Proto::SSLEAY.3pm.html
Net::Server::Proto::SSLEAY(3pm) - Custom Net::Server SSL pro
This module is relatively new and has only served a couple of months in production environments. If anybody has any successes or ideas for improvment under SSLE

manpages/Tcl_SetListObj.3.html
Tcl_SetListObj(3) - manipulate Tcl objects as lists.........
Tcl list objects have an internal representation that supports the efficient indexing and appending. The procedures described in this man page are used to creat

manpages/sane-dc25.5.html
sane-dc25(5) - SANE backend for Kodak DC20/DC25 Digital Came
The sane-dc25 library implements a SANE (Scanner Access Now Easy) backend that provides access to Kodak DC20 and DC25 cameras. At present, only the DC25 has bee

manpages/libstorage.3.html
libstorage(3) - InterNetNews Storage API library routines...
Libstorage is a library of common utility (the storage manager) routines for accessing Usenet articles and related data independent of particular storage method

manpages/cacoshf.3.html
cacoshf(3) - complex arc hyperbolic cosine - Linux man page
The cacosh() function calculates the complex arc hyperbolic cosine of z. If y = cacosh(z), then z = ccosh(y). The imaginary part of y is chosen in the interval

manpages/siga.1.html
siga(1) System Information GAthering - Linux manual page....
This is siga, System Information GAthering. It collects various information on your system and outputs it in HTML or ASCII format. Since it needs root permissio





We can't live, work or learn in freedom unless the software we use is free.