Looking For

PUBLIC int INTL_UnicodeToStrIterate ( INTL_UnicodeToStrIterator iterator, INTL_Encoding_ID *encoding, unsigned char* dest, uint32 destbuflen )

Iterate through a Unicode object and convert to font encoding

Documentation

Iterate through a Unicode object and convert to font encoding. Iterate the INTL_UnicodeToStrIterator to get Unicode to font encoding conversion.
Returns:
0 if there are no more elements to iterate.
Parameters:
iterator - Specifies iterator that keeps the last iteration state
encoding - Returns the encoding of the first element. Returns 0 if there are no more to iterate.
dest - Specifies the buffer for output and returns the converted string for the current iteration
destbuflen - Specifies the length of dest in bytes
See Also:
INTL_GetUnicodeCSIDList
INTL_SetUnicodeCSIDList
INTL_UnicodeToStrIteratorCreate
INTL_UnicodeToStrIteratorDestroy
INTL_GetUnicodeCharsetList

alphabetic index hierarchy of classes