ICONV.H(7) Miscellaneous Information Manual ICONV.H(7)

iconv.hcodeset conversion facility

#include <iconv.h>

The <iconv.h> header defines the following data type through typedef :

Identifies the conversion from one codeset to another.

The following are declared as functions and may also be declared as macros. Function prototypes must be provided for use with an ISO C compiler. iconv_t iconv_open(const char *, const char *); size_t iconv(iconv_t, char **, size_t *, char **, size_t *); int iconv_close(iconv_t);

None.

None.

iconv_open(3) , iconv(3) , iconv_close(3) .

February 1997 posix.fail