*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Linux man pages -> iswalpha (3)              
Title
Content
Arch
Section
 

ISWALPHA(3)

Contents


NAME    [Toc]    [Back]

       iswalpha - test for alphabetic wide character

SYNOPSIS    [Toc]    [Back]

       #include <wctype.h>

       int iswalpha (wint_t wc);

DESCRIPTION    [Toc]    [Back]

       The  iswalpha  function is the wide-character equivalent of the isalpha
       function. It tests whether wc is a wide character belonging to the wide
       character class "alpha".

       The  wide  character  class "alpha" is a subclass of the wide character
       class "alnum", and therefore also a  subclass  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 "alpha" is disjoint from the wide character class "cntrl".

       Being a subclass of the wide character class "graph", the wide  character
 class "alpha" 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 "alpha" is disjoint from the wide character class "punct".

       The  wide  character  class "alpha" is disjoint from the wide character
       class "digit".

       The wide character class "alpha" contains the  wide  character  classes
       "upper" and "lower".

       The  wide  character class "alpha" always contains at least the letters
       'A' to 'Z' and 'a' to 'z'.

RETURN VALUE    [Toc]    [Back]

       The iswalpha function returns  non-zero	if  wc	is  a  wide  character
       belonging  to  the  wide  character class "alpha". Otherwise it returns
       zero.

CONFORMING TO    [Toc]    [Back]

       ISO/ANSI C, UNIX98

SEE ALSO    [Toc]    [Back]

      
      
       isalpha(3), iswctype(3)

NOTES    [Toc]    [Back]

       The behaviour of iswalpha depends on the LC_CTYPE category of the  current
 locale.



GNU				  1999-07-25			   ISWALPHA(3)
[ Back ]
 Similar pages
Name OS Title
isalpha FreeBSD alphabetic character test
isalpha OpenBSD alphabetic character test
isalpha NetBSD alphabetic character test
iswblank Linux test for whitespace wide character
iswcntrl Linux test for control wide character
iswgraph Linux test for graphic wide character
iswlower Linux test for lowercase wide character
iswspace Linux test for whitespace wide character
iswupper Linux test for uppercase wide character
iswalnum Linux test for alphanumeric wide character
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service