Manpage of TOWCTRANS

Google
Web www.fiveanddime.net

TOWCTRANS

Section: NEWLIB (3)
Updated: 2005 Feb 23
Index Return to Main Contents
 

NAME

2.31 `towctrans'--extensible wide-character case mapping

 

SYNOPSIS


     #include <wctype.h>
     wint_t towctrans(wint_t C, wctrans_t W);  

DESCRIPTION

`towctrans' is a function which converts wide-characters based on a specified translation type W. If the translation type is invalid or cannot be applied to the current character, no change to the character is made.

 

RETURNS

`towctrans' returns the translated equivalent of C when it is a valid for the given translation, otherwise, it returns the input character. When the translation type is invalid, `errno' is set `EINVAL'.

 

PORTABILITY

`towctrans' is C99.


   No supporting OS subroutines are required.

 

SEE ALSO

towctrans is part of the libc library. The full documentation for libc is maintained as a Texinfo manual. If info and libc are properly installed at your site, the command
info libc

will give you access to the complete manual.


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURNS
PORTABILITY
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 21:25:33 GMT, May 16, 2005



www.fiveanddime.net








Google
Web www.fiveanddime.net