PUBLIC unsigned char* INTL_CallCharCodeConverter ( CCCDataObject obj, const unsigned char *str, int32 len )
Passes some more text to the character code converter
Documentation
Passes some more text to the character code converter. The character code converter object keeps track of the current state as it receives data to convert. If partial characters are received, they are buffered until this function is called again. INTL_GetCharCodeConverter must first be called before calling this function. In some cases, the text is converted in place (in the input buffer).
- Returns:
- The converted text, null terminated
- Parameters:
- obj - Specifies the character code converter object
str - Specifies the text to be converted
len - Specifies the length in bytes of the text - See Also:
- INTL_GetCharCodeConverter
alphabetic index hierarchy of classes
generated by doc++