Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Up Previous Next 

PATH 
Mac OS 8 and 9 Developer Documentation > Text Encoding Conversion Manager
Programming With the Text Encoding Conversion Manager



Creating and Deleting Converter objects

The Text Encoding Converter functions use converter objects to describe the source, destination, and any intermediate encodings for a given conversion. These objects contain state information and references to plug-ins. When you call a text conversion function, you must pass a reference to the converter object. The functions in this section let you create a converter object and specify indirect conversion paths.

TECCreateConverter

TECCreateConverterFromPath

TECDisposeConverter

TECClearConverterContextInfo


© 1999 Apple Computer, Inc. – (Last Updated 13 Dec 99)

Up Previous Next