Query: towctrans
OS: netbsd
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TOWCTRANS(3) BSD Library Functions Manual TOWCTRANS(3)NAMEtowctrans -- convert a wide character with a specified mapLIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <wctype.h> wint_t towctrans(wint_t wc, wctrans_t charmap);DESCRIPTIONThe 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 invali- date charmap) or invalid wide character wc. The behaviour of towctrans() is affected by the LC_CTYPE category of the current locale.RETURN VALUEStowctrans() returns the resulting character of the conversion.ERRORSNo errors are defined.SEE ALSOiswctype(3), setlocale(3), wctrans(3), wctype(3)STANDARDSThe towctrans() function conforms to ISO/IEC 9899/AMD1:1995 (``ISO C90, Amendment 1'').BSDMarch 4, 2003 BSD
Related Man Pages |
---|
towctrans(3) - debian |
towctrans(3) - freebsd |
wctrans(3) - freebsd |
towctrans(3) - plan9 |
towctrans(3) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
Unix File Permissions |
sorting left-justified numeric values |
How to install PGX32 on Sparc 10 Ultra? |
RFC - Korn shell prompt |
Adding a List of Times |