*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: wctrans | Section: 3 | Source: OpenBSD | File: wctrans.3
WCTRANS(3) FreeBSD Library Functions Manual WCTRANS(3) NAME wctrans, wctrans_l - get a character mapping identifier by name SYNOPSIS #include <wctype.h> wctrans_t wctrans(const char *charmap); wctrans_t wctrans_l(const char *charmap, locale_t locale); DESCRIPTION These functions return a character mapping identifier corresponding to the locale-specific character mapping name charmap. This identifier can be used in the subsequent calls of towctrans() or towctrans_l(), respectively. The following names are defined in all locales: tolower toupper The function wctrans_l() uses the specified locale, whereas wctrans() uses the thread-specific locale set with uselocale(3), falling back to the global locale set with setlocale(3). RETURN VALUES These functions return the character mapping identifier, or (wctrans_t)0 if charmap does not corresponding to a valid character mapping name. SEE ALSO newlocale(3), setlocale(3), towctrans(3), towlower(3), wctype(3) STANDARDS The wctrans() function conforms to ISO/IEC 9899/AMD1:1995 ("ISO C90, Amendment 1"), and wctrans_l() to IEEE Std 1003.1-2008 ("POSIX.1"). HISTORY The wctrans() function has been available since OpenBSD 3.8, and wctrans_l() since OpenBSD 6.2. FreeBSD 14.1-RELEASE-p8 September 5, 2017 FreeBSD 14.1-RELEASE-p8

Navigation Options