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

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

TOWUPPER(3)

Contents


NAME    [Toc]    [Back]

       towupper - convert a wide character to uppercase

SYNOPSIS    [Toc]    [Back]

       #include <wctype.h>

       wint_t towupper (wint_t wc);

DESCRIPTION    [Toc]    [Back]

       The  towupper  function is the wide-character equivalent of the toupper
       function. If wc is a wide character,  it  is  converted	to  uppercase.
       Characters  which  do  not  have case are returned unchanged.  If wc is
       WEOF, WEOF is returned.

RETURN VALUE    [Toc]    [Back]

       The towupper function returns the uppercase equivalent of wc,  or  WEOF
       if wc is WEOF.

CONFORMING TO    [Toc]    [Back]

       ISO/ANSI C, UNIX98

SEE ALSO    [Toc]    [Back]

      
      
       towlower(3), towctrans(3), iswupper(3)

NOTES    [Toc]    [Back]

       The  behaviour of towupper 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.



GNU				  1999-07-25			   TOWUPPER(3)
[ Back ]
 Similar pages
Name OS Title
towlower Tru64 Convert uppercase and lowercase wide characters
towupper Tru64 Convert uppercase and lowercase wide characters
iswupper Linux test for uppercase wide character
mbrtowc FreeBSD convert a character to a wide-character code (restartable)
wcrtomb FreeBSD convert a wide-character code to a character (restartable)
mbrtowc Tru64 Convert a multibyte character to a wide character
wcrtomb Tru64 Convert a wide character into a multibyte character
mbtowc Tru64 Convert a multibyte character to a wide character
wctomb Tru64 Convert a wide character into a multibyte character
wcstombs Tru64 Convert a wide-character string into
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service