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

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

WCTRANS(3)

Contents


NAME    [Toc]    [Back]

       wctrans - wide character translation mapping

SYNOPSIS    [Toc]    [Back]

       #include <wctype.h>

       wctrans_t wctrans (const char *name);

DESCRIPTION    [Toc]    [Back]

       The  wctrans_t type represents a mapping which can map a wide character
       to another wide character. Its nature is implementation dependent,  but
       the  special  value  (wctrans_t)0  denotes  an invalid mapping. Nonzero
       wctrans_t values can be passed to the towctrans	function  to  actually
       perform the wide character mapping.

       The  wctrans  function returns a mapping, given by its name. The set of
       valid names depends on the LC_CTYPE category of the current locale, but
       the following names are valid in all locales.
	 "tolower" - realizes the tolower(3) mapping
	 "toupper" - realizes the toupper(3) mapping

RETURN VALUE    [Toc]    [Back]

       The wctrans function returns a mapping descriptor if the name is valid.
       Otherwise it returns (wctrans_t)0.

CONFORMING TO    [Toc]    [Back]

       ISO/ANSI C, UNIX98

SEE ALSO    [Toc]    [Back]

      
      
       wctrans(3)

NOTES    [Toc]    [Back]

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



GNU				  1999-07-25			    WCTRANS(3)
[ Back ]
 Similar pages
Name OS Title
towctrans FreeBSD wide character mapping functions
wctrans FreeBSD wide character mapping functions
wcschr Linux search a wide character in a wide-character string
wmemchr Linux search a wide character in a wide-character array
wcsrchr Linux search a wide character in a wide-character string
curs_getcchar Tru64 Get a wide character string and rendition from a cchar_t or set a cchar_t from a wide-character stri...
setcchar Tru64 Get a wide character string and rendition from a cchar_t or set a cchar_t from a wide-character stri...
getcchar Tru64 Get a wide character string and rendition from a cchar_t or set a cchar_t from a wide-character stri...
wmemset Linux fill an array of wide-characters with a constant wide character
wcsspn Linux advance in a wide-character string, skipping any of a set of wide characters
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service