Query: iconvlist
OS: freebsd
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ICONVLIST(3) BSD Library Functions Manual ICONVLIST(3)NAMEiconvlist -- retrieving a list of character encodings supported by iconv(3)LIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <iconv.h> void iconvlist(int (*do_one)(unsigned int *count, const char * const *names, void *arg), void *arg);DESCRIPTIONThe iconvlist() function obtains a list of character encodings that are supported by the iconv(3) call. The do_one() callback function will be called, where the count argument will be set to the number of the encoding names found, the names argument will be the list of the sup- ported encoding names and the arg argument will be the arg argument of the iconvlist() function. This argument can be used to interchange custom data between the caller of iconvlist() and the callback function. If an error occurs, names will be NULL when calling do_one().SEE ALSO__iconv_free_list(3), __iconv_get_list(3), iconv(3)STANDARDSThe iconvlist function is a non-standard extension, which appeared in the GNU implementation and was adopted in FreeBSD 9.0 for compatibil- ity's sake.AUTHORSThis manual page was written by Gabor Kovesdan <gabor@FreeBSD.org>.BSDOctober 20, 2009 BSD
Related Man Pages |
---|
iconv(1) - mojave |
iconv(1) - osx |
iconv(1) - freebsd |
__iconv(3) - freebsd |
iconv_close(3) - freebsd |
Similar Topics in the Unix Linux Community |
---|
libiconv-1.13.1 error |