iconv.h

    IO

    Description:

    Declares functions related to the I/O character set conversion.

    Since:

    1.0

    Version:

    1.0

    Function Name

    iconv_open (const char to, const char from)

     

    Obtain a character set conversion descriptor.

    iconv ( cd, char restrict in, size_t *restrict inb, char restrict out, size_t *restrict outb)

    size_t 

    Converts a character set.

    iconv_close ( cd)

    Closes a character set conversion descriptor.