HP-UX Reference (11i v1 00/12) - 3 Library Functions N-Z (vol 7)
__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man3/nan.3m
________________________________________________________________
___ ___
w
wunctrl(3X) wunctrl(3X)
(ENHANCED CURSES)
NAME
wunctrl — generate printable representation of a wide character
SYNOPSIS
#include <curses.h>
wchar_t *wunctrl(cchar_t *wc);
DESCRIPTION
The wunctrl() function generates a wide character string that is a printable representation of the wide
character wc.
This function also performs the following processing on the input argument:
• Control characters are converted to the ˆX notation.
• Any rendition information is removed.
RETURN VALUE
Upon successful completion, wunctrl() returns the generated string. Otherwise, it returns a null
pointer.
ERRORS
No errors are defined.
SEE ALSO
keyname(3X), unctrl(3X), <curses.h>.
CHANGE HISTORY
First released in X/Open Curses, Issue 4.
HP-UX Release 11i: December 2000 − 1 − Section 3−−1027
___
___