wctrans(3C) wctrans(3C)
NAME
wctrans - wide-character mapping
SYNOPSIS
#include <wctype.h>
wctranst wctrans(const char *property);
DESCRIPTION
The wctrans() function constructs a value with type wctranst that
describes a mapping between wide-characters identified by the string
argument property.
The two strings listed in the description of the towctrans(3C) func-
tion shall be valid in all locales as property arguments to the
wctrans() function.
RETURN VALUES
If property identifies a valid mapping of wide-characters according to
the LCCTYPE category of the current locales, the wctrans() function
returns a nonzero value that is valid as the second argument to the
towctrans(3C) function; otherwise, it returns zero.
SEE ALSO
towctrans(3C), locale(5), wctype(5).
Page 1 Reliant UNIX 5.44 Printed 11/98