GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ICONVLIST(3) FreeBSD Library Functions Manual ICONVLIST(3)

iconvlist
retrieving a list of character encodings supported by iconv(3)

Standard C Library (libc, -lc)

#include <iconv.h>

void
iconvlist(int (*do_one)(unsigned int *count, const char * const *names, void *arg), void *arg);

The 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 supported 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().

__iconv_free_list(3), __iconv_get_list(3), iconv(3)

The iconvlist function is a non-standard extension, which appeared in the GNU implementation and was adopted in FreeBSD 9.0 for compatibility's sake.

This manual page was written by Gabor Kovesdan <gabor@FreeBSD.org>.
October 20, 2009 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.