Maps a wide-character value to another wide-character value.
#include <wchar.h> wint_t towctrans(wint_t c, wctrans_t value);
c
The character to remap.
value
A value returned by wctrans().
Maps the first argument to an upper or lower value as specified by value. Returns the remapped character.
This facility may not be available on some configurations of the EWL.