wunctrl(3curses)
wunctrl --
generate printable representation of a wide character
Synopsis
cc [options] file -lcurses
#include <curses.h>
wchar_t *wunctrl(cchar_t *wc);
Description
The
wunctrl(3curses)
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(3curses)
returns the generated string.  Otherwise, it returns a null pointer.
Errors
No errors are defined.
Standards Conformance
The Single UNIX Specification, Version 2; The Open Group.
References
keyname(3curses),
unctrl(3curses),
curses(4)
© 2004 The SCO Group, Inc.  All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004