The Mozilla
Organization
Our Mission
Who We Are
Getting Involved
Community
Editorials
What's New
Projects
Module Owners
Blue Sky
New Layout
Mail/News
Ports
Other
Source Code
Getting It
Documentation
License Terms
Bugs
Search
Feedback
DevEdge Online


PUBLIC unsigned char** INTL_GetUnicodeCharsetList (int16 * outnum)

Return a list of charset names (strings) used for converting Unicode to font encoding

Documentation

Return a list of charset names (strings) used for converting Unicode to font encoding. The list is set in the initialization time by front end through INTL_SetUnicodeCSIDList. The only difference between INTL_GetUnicodeCSIDList and INTL_GetUnicodeCharsetList is that INTL_GetUnicodeCSIDList returns a list of CSIDs and INTL_GetUnicodeCharsetList returns a list of charset names (strings).
Returns:
Array of charset names. Caller should not change or free the returned array.
Parameters:
outnum - Returns the number of items in the returned charset array
See Also:
INTL_GetUnicodeCSIDList
INTL_SetUnicodeCSIDList
INTL_UnicodeToStrIteratorCreate
INTL_UnicodeToStrIterate
INTL_UnicodeToStrIteratorDestroy

alphabetic index hierarchy of classes


Copyright © 1998 Netscape Communications Corporation

generated by doc++



Copyright © 1998 Netscape Communications Corporation.