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
generated by doc++