wctrans

Header: <wctype.h>

Constructs a value of type wctrans_t that describes a LC_CTYPE category of wide character mapping. It may be one of the standard mappings, or a locale-specific mapping, such as “tojhira” or “tojkata”.

# Declarations

wctrans_t wctrans( const char* str );

(since C95)

# Parameters

# Return value

wctrans_t object suitable for use with towctrans to map wide characters according to the named mapping of the current C locale or zero if str does not name a mapping supported by the current C locale.

# See also