Important: The information in this document is obsolete and should not be used for new development.
Creates a converter object that can handle conversion from one source encoding to multiple destination encodings.
pascal OSStatus TECCreateOneToManyConverter(
The TECCreateOneToManyConverter function determines a conversion path for the source encoding and destinations encodings you specify, creates a text encoding converter object, and returns a reference to it. You use this converter object reference with conversion functions such as TECConvertTextToMultipleEncodings. This converter object describes the source, destination, and intermediate encodings; state information; and references to required plug-ins.
To remove a converter object, you must call the function TECDisposeConverter.
The function TECFlushText