The Mozilla
Organization
Our Mission
Who We Are
Getting Involved
Community
Editorials
What's New
Development
Roadmap
Module Owners
Blue Sky
Projects
Status
Tools
Products
Source Code
Binaries
Documentation
License Terms
Bug Reports
Search
Feedback


PUBLIC void INTL_CharSetIDToName ( int16 charSetID, char *charset_return )

Returns the preferred MIME charset name corresponding to the given charset ID

Documentation

Returns the preferred MIME charset name corresponding to the given charset ID. Charset names are registered by IANA (Internet Assigned Numbers Authority). The current charset name database can be found at: ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets. This function returns the charset name for the given Character Set ID which in most cases corresponds to the "(preferred MIME name)" registered with IANA. This function may return private names not found in the registered. Private names start with "x-". See INTL_CharSetNameToID for information about charset IDs.
Parameters:
charSetID - Specifies the charset ID
charset_return - Returns the corresponding charset name, max 128 bytes
See Also:
INTL_CharSetNameToID

alphabetic index hierarchy of classes


Copyright © 1998 Netscape Communications Corporation

generated by doc++



Copyright © 1998 The Mozilla Organization.