Looking For

PUBLIC void INTL_CSIDIteratorCreate ( INTL_CSIDIterator *iterator, int16 charSetID, int flag )

Returns a new iterator object to search charset IDs for a particular conversion

Documentation

Returns a new iterator object to search charset IDs for a particular conversion. This function searches a built-in table to look for charset converters that could be used for a particular purpose. The only purpose currently supported is the IMAP4 conversion. This function puts the mail and news charset IDs corresponding to the given charset ID at the top of the list of IDs to try. After that, it inserts the "to" charset IDs of all entries matching the given "from" ID.
Parameters:
iterator_return - Returns a new iterator object
charSetID - Specifies the charset ID to convert from
flag - Specifies the type of conversion Currently, the only valid value is csiditerate_TryIMAP4Search .
See Also:
INTL_CSIDIteratorNext, INTL_CSIDIteratorDestroy

alphabetic index hierarchy of classes