|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Defined in header <wctype.h> | ||
wctrans_t wctrans(constchar* str); | (since C95) | |
Constructs a value of typewctrans_t that describes aLC_CTYPE category of wide character mapping. It may be one of the standard mappings, or a locale-specific mapping, such as"tojhira" or"tojkata".
Contents |
| str | - | C string holding the name of the desired mapping. The following values ofstr are supported in all C locales:
|
wctrans_t object suitable for use withtowctrans to map wide characters according to the named mapping of the current C locale or zero ifstr does not name a mapping supported by the current C locale.
(C95) | performs character mapping according to the specifiedLC_CTYPE mapping category (function)[edit] |
C++ documentation forwctrans | |