Sun Microsystems, Inc.
spacerspacer
spacer   www.sun.com docs.sun.com | | |  
spacer
black dot
   
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z
    
 
X/Open Curses Library Functionswunctrl(3XCURSES)


NAME

 wunctrl - generate printable representation of a wide character

SYNOPSIS

 
#include <curses.h>
wchar_t *wunctrl(cchar_t *wc);

PARAMETERS

 
wc
Is a pointer to the wide character.

DESCRIPTION

 

The wunctrl() function converts the 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 VALUES

 

Upon successful completion, the wunctrl() function returns the generated string. Otherwise, it returns a null pointer.

ERRORS

 

No errors are defined.

SEE ALSO

 

keyname(3XCURSES), unctrl(3XCURSES)


SunOS 5.9Go To TopLast Changed 6 May 1999

 
      
      
Copyright 2002 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.