Important: The information in this document is obsolete and should not be used for new development.
Associates an application-defined fallback handler with a specific Unicode converter object for multiple text runs to be used with the function ConvertFromUnicodeToTextRun or ConvertFromUnicodeToScriptCodeRun.
pascal OSStatus SetFallbackUnicodeToTextRun (
You use this function to specify a fallback handler to be used for converting a Unicode text segment to another encoding when the Unicode Converter cannot convert the text using the mapping table specified by the Unicode converter object passed to the function ConvertFromUnicodeToText, ConvertFromUnicodeToTextRun, ConvertFromUnicodeToPString, or ConvertFromUnicodeToScriptCodeRun. You can define multiple fallback handlers and associate them with different Unicode converter objects, depending on your requirements.