iconvh(M)
iconvh --
code set conversion facility
Syntax
#include <iconv.h>
Description
The <iconv.h> header defines the following data type using typedef:
 iconv_t
- 
Identifies the conversion from one code set to another.
The following are declared functions and may also be declared
as macros:
   iconv_t iconv_open (const char *tocode, const char *fromcode);
   
   size_t  iconv (iconv_t cd, char **inbuf, size_t *inbytesleft,
                  char **outbuf, size_t *outbytesleft);
   
   int     iconv_close (iconv_t cd);
See also
iconv(S),
iconv_close(S),
iconv_open(S)
© 2003 Caldera International, Inc.  All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003