Important: The information in this document is obsolete and should not be used for new development.
Disposes of a converter object.
pascal OSStatus TECDisposeConverter (TECObjectRef newEncodingConverter);
You use TECDisposeConverter to dispose of an encoding converter object and its associated reference when you have finished using it. Do not specify a converter object reference as a parameter to another function after you use TECDisposeConverter to dispose of it.
If you want to reuse the converter object for a different text stream with the same source and destination encoding, you should clear the converter object using the function TECClearConverterContextInfo rather than dispose of it and create the object again.