TOWCTRANS(3) BSD Programmer's Manual TOWCTRANS(3)
towctrans - convert a wide character with a specified map
#include <wctype.h>
wint_t
towctrans(wint_t wc, wctrans_t charmap);
The towctrans() function converts a wide character wc with a character
mapping charmap.
The behaviour of towctrans() is undefined if the towctrans() function is
called with an invalid charmap (changes of LC_CTYPE category invalidate
charmap) or invalid wide character wc.
The behaviour of towctrans() is affected by the LC_CTYPE category of the
current locale.
towctrans() returns the resulting character of the conversion.
No errors are defined.
iswctype(3), setlocale(3), wctrans(3), wctype(3)
The towctrans() function conforms to ISO/IEC 9899/AMD1:1995 ("ISO C90").
MirOS BSD #10-current March 4, 2003 1
Generated on 2013-04-27 00:20:00 by $MirOS: src/scripts/roff2htm,v 1.77 2013/01/01 20:49:09 tg Exp $
These manual pages and other documentation are copyrighted by their respective writers;
their source is available at our CVSweb,
AnonCVS, and other mirrors. The rest is Copyright © 2002‒2013 The MirOS Project, Germany.
This product includes material
provided by Thorsten Glaser.
This manual page’s HTML representation is supposed to be valid XHTML/1.1; if not, please send a bug report – diffs preferred.