Wide Character Manipulation Function
wint_t towctrans(wint_t c, wctrans_t category);
Internationalization (I18n) Function Overview
The towctrans function maps the input character c according to the rules of the descriptor category , and returns the transformed wide character.
category must be set by a successful call to wctrans .
I18n Issues
Prior to calling towctrans , ensure that the user's locale is set correctly.
Recommended Replacements*
*If you're already using the recommended function, see I18n Issues for other reasons why Globalyzer is detecting the function.
Wide Character Manipulation Functions
|