The Mozilla
Organization
At A Glance
Feedback
Get Involved
Newsgroups
License Terms
Newsbot
Developer Docs
Roadmap
Projects
Ports
Module Owners
Hacking
Get the Source
Build It
Testing
Download
Bugzilla
Bug Writing
Tools
View Source
Tree Status
New Checkins
Submit A Bug
FAQ
Search

PUBLIC int16* INTL_GetUnicodeCSIDList (int16 * outnum)

Returns a list of Character Set ID (CSID) used for converting Unicode to font encoding

Documentation

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

alphabetic index hierarchy of classes


Copyright © 1998 Netscape Communications Corporation

generated by doc++

Copyright © 1998-2000 The Mozilla Organization.
Last modified April 17, 1998.