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 void INTL_SetUnicodeCSIDList ( uint16 numOfItems, int16 *csidlist)

Initial Unicode conversion routines from a list of Character Set ID (CSID) for Unicode rendering

Documentation

Initial Unicode conversion routines from a list of Character Set ID (CSID) for Unicode rendering. It should only be called once in the application life time. It should be called by front end before calling any other Unicode conversion functions. The list could be retrieved through INTL_GetUnicodeCSIDList or INTL_GetUnicodeCharsetList.
Parameters:
numberOfItem - Specifies the valid number in the csidlist
csidlist - Specifies a prioritized list of csid to be used for Unicode to font charset conversion. The function will make a copy of the list the caller pass in. The caller could free the pass in list after this function. @ see INTL_GetUnicodeCSIDList @ see INTL_UnicodeToStrIteratorCreate @ see INTL_UnicodeToStrIterate @ see INTL_UnicodeToStrIteratorDestroy @ see INTL_GetUnicodeCharsetList

alphabetic index hierarchy of classes


Copyright © 1998 Netscape Communications Corporation

generated by doc++

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