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
__ICONV_GET_LIST(3) FreeBSD Library Functions Manual __ICONV_GET_LIST(3)

__iconv_get_list, __iconv_free_list
retrieving a list of character encodings supported by iconv(3)

Standard C Library (libc, -lc)

#include <iconv.h>

int
__iconv_get_list(char ***names, size_t count, bool paired);

void
__iconv_free_list(char **names, size_t count);

The __iconv_get_list() function obtains a list of character encodings that are supported by the iconv(3) call. The list of the encoding names will be stored in names and the number of the entries is stored in count. If the paired variable is true, the list will be arranged into canonical/alias name pairs.

The __iconv_free_list() function is to free the allocated memory during the call of __iconv_get_list().

Upon successful completion __iconv_get_list() returns 0 and set the names and count arguments. Otherwise, -1 is returned and errno is set to indicate the error.

iconv(3), iconvlist(3)

The __iconv_get_list and __iconv_free_list functions are non-standard interfaces, which appeared in the implementation of the Citrus Project. The iconv implementation of the Citrus Project was adopted in FreeBSD 9.0.

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.