iconvh(5) iconvh(5)
NAME
iconvh - code set conversion facility
SYNOPSIS
#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);
REFERENCES
iconv(3C), iconv_close(3C), iconv_open(3C)
Copyright 1994 Novell, Inc. Page 1