Returns the description of a mapping, corresponding to specified property, that can later be used in a call to towctrans.
#include <wctype.h> wctrans_t wctrans (const char *property);
Additional property names may also be defined in the LC_CTYPE category of the current locale.
See also towctrans in this section.
nonzero | According to the LC_CTYPE category of the current program locale, the string specified as a property argument is the name of an existing character mapping. The value returned can be used in a call to the towctrans function. |
0 | Indicates an error. The property argument does not identify a character mapping in the current program's locale. |