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

iconv_canonicalize
resolving character encoding names to canonical form

Standard C Library (libc, -lc)

#include <iconv.h>

const char *
iconv_canonicalize(const char *name);

The iconv_canonicalize() function resolves the character encoding name specified by the name argument to its canonical form.

Upon successful completion iconv_canonicalize(), returns the canonical name of the given encoding. If the specified name is already a canonical name, the same value is returned. If the specified name is not an existing character encoding name, NULL is returned.

iconv(3)

The iconv_canonicalize 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.