SYNOPSIS
#include <wctype.h>
wint_t towctrans(wint_t wc, wctrans_t desc);
wint_t towctrans_l(wint_t wc, wctrans_t desc, locale_t locale);
DESCRIPTION
The
PARAMETERS
- wc
-
Is a wide character to transliterate.
- desc
-
Is the descriptor for the transliteration to be performed, as returned by
wctrans() . - locale
-
Is a locale_t perhaps returned by
newlocale() or LC_GLOBAL_LOCALE or 0 for the current thread locale set withuselocale() .
RETURN VALUES
On success,
CONFORMANCE
MULTITHREAD SAFETY LEVEL
MT-Safe, with exceptions.
The function
The function
PORTING ISSUES
None.
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
- Functions:
newlocale() ,setlocale() ,towlower() ,towlower_l() ,towupper() ,towupper_l() ,wctrans() ,wctrans_l()
PTC MKS Toolkit 10.4 Documentation Build 39.