wint_t
towctrans(
wint_t wc
, wctrans_t charmap
)
)
function converts a wide character
wc
with a character mapping
charmap
.
The behaviour of
towctrans()
is undefined if the
towctrans(
)
function is called with an invalid
charmap
(changes of
LC_CTYPE
category invalidate
charmap
)
or invalid wide character
wc
.
The behaviour of
towctrans()
is affected by the
LC_CTYPE
category of the current locale.
)
returns the resulting character of the conversion.
)
function conforms to
ISO/IEC 9899/AMD1:1990 (``ISO C90'') .