Query: wctrans
OS: netbsd
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
WCTRANS(3) BSD Library Functions Manual WCTRANS(3)NAMEwctrans -- get character mapping identifier by nameLIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <wctype.h> wctrans_t wctrans(const char *charmap);DESCRIPTIONThe wctrans() function returns a character mapping identifier corresponding to the locale-specific character mapping name charmap. This identifier can be used on the subsequent calls of towctrans(). The following names are defined in all locales: tolower toupper The behaviour of wctrans() is affected by the LC_CTYPE category of the current locale.RETURN VALUESwctrans() returns: 0 If the string charmap does not corresponding to a valid character mapping name. non-zero A character mapping identifier corresponding to charmap. Note: wctype_t is a scalar type, e.g., a pointer.ERRORSNo errors are defined.SEE ALSOiswctype(3), setlocale(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_l(3) - mojave |
wctrans(3) - linux |
wctrans(3) - redhat |
wctype(3) - netbsd |
wctrans(3) - freebsd |
Similar Topics in the Unix Linux Community |
---|
NetBSD 6.1.2: apm and admd not found |
RFC - Korn shell prompt |
Adding a List of Times |
BSD Unix Toolbox: 1000+ Commands for FreeBSD, OpenBSD, and NetBSD |
Grep command to show the number of results |