wctrans
wctrans
Defined in header <wctype.h> | ||
---|---|---|
wctrans_t wctrans( const char* str ); | (since C95) |
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 "tojkana"
.
Parameters
str | - | C string holding the name of the desired mapping. The following values of
|