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

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.