Query: towctrans
OS: sunos
Section: 3c
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
towctrans(3C) Standard C Library Functions towctrans(3C)NAMEtowctrans - wide-character mappingSYNOPSIS#include <wctype.h> wint_t towctrans(wint_t wc, wctrans_t desc);DESCRIPTIONThe towctrans() function maps the wide character wc using the mapping described by desc. The current setting of the LC_CTYPE category shall be the same as during the call to wctrans() that returned the value desc. The function call towctrans(wc, wctrans("tolower")) behaves the same as towlower(wc). The function call towctrans(wc, wctrans("toupper")) behaves the same as towupper(wc).RETURN VALUESThe towctrans() function returns the mapped value of wc, using the mapping described by desc; otherwise, it returns wc unchanged.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |CSI |Enabled | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe with exceptions | +-----------------------------+-----------------------------+SEE ALSOsetlocale(3C), wctrans(3C), attributes(5), standards(5) SunOS 5.10 14 Aug 2002 towctrans(3C)
Related Man Pages |
---|
towctrans(3) - mojave |
wctrans(3) - mojave |
towctrans(3) - osf1 |
towctrans(3) - freebsd |
wctrans(3) - freebsd |
Similar Topics in the Unix Linux Community |
---|
selective replacement of delimiter |