Query: iconv_canonicalize
OS: freebsd
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ICONV_CANONICALIZE(3) BSD Library Functions Manual ICONV_CANONICALIZE(3)NAMEiconv_canonicalize -- resolving character encoding names to canonical formLIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <iconv.h> const char * iconv_canonicalize(const char *name);DESCRIPTIONThe iconv_canonicalize() function resolves the character encoding name specified by the name argument to its canonical form.RETURN VALUESUpon successful completion iconv_canonicalize(), returns the canonical name of the given encoding. If the specified name is already a canon- ical name, the same value is returned. If the specified name is not an existing character encoding name, NULL is returned.SEE ALSOiconv(3)STANDARDSThe iconv_canonicalize function is a non-standard extension, which appeared in the GNU implementation and was adopted in FreeBSD 9.0 for com- patibility's sake.AUTHORSThis manual page was written by Gabor Kovesdan <gabor@FreeBSD.org>.BSDOctober 20, 2009 BSD
Related Man Pages |
---|
iconv(1) - opendarwin |
px_set_inputencoding(3) - debian |
iconvlist(3) - freebsd |
iconv_open(3) - freebsd |
px_set_targetencoding(3) - php |
Similar Topics in the Unix Linux Community |
---|
libiconv-1.13.1 error |