wctrans()

Constructs a property value for character remapping.

  #include <wchar.h>
  
  wctrans_t wctrans(const char *name);    
Parameter

name

A pointer to a character string containing a description of the remapping.

Remarks

Constructs a value that represents a mapping between wide characters. The value of name can be either "toupper" or "tolower".

This facility may not be available on some configurations of the EWL.