iconv(5) iconv(5)
NAME
iconv - codeset conversion facility
SYNOPSIS
#include <iconv.h>
DESCRIPTION
The iconv.h header defines the following data type through typedef:
iconvt Identifies the conversion from one codeset to another.
The following are declared as functions and may also be declared as
macros:
iconvt iconvopen(const char *tocode, const char *fromcode);
sizet iconv(iconvt cd, char **inbuf, sizet *inbytesleft,
char **outbuf, sizet *outbytesleft);
int iconvclose(iconvt cd);
SEE ALSO
iconv(3C), iconvclose(3C), iconvopen(3C).
Page 1 Reliant UNIX 5.44 Printed 11/98