Important: The information in this document is obsolete and should not be used for new development.
Changes the mapping information for the specified Unicode converter object used to convert text to Unicode to the new mapping you provide.
pascal OSStatus ChangeTextToUnicodeInfo (
The ChangeTextToUnicodeInfo function allows you to provide new mapping information for text to be converted to Unicode. The function replaces the mapping table information that currently exists in the Unicode converter object pointed to by the ioTextToUnicodeInfo parameter with the information contained in the UnicodeMapping structure you supply as the iUnicodeMapping parameter.
ChangeTextToUnicodeInfo resets the Unicode converter object's fields as necessary.
In addition to various resource errors, the function can return the following result codes:
If an error is returned, the Unicode converter object is invalid.