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



Identifying Direct Encoding Conversions

A direct conversion is one that can convert from a source encoding to a destination encoding in one step. Generally this means that a plug-in must be available that handles that specific conversion.

If more than one step is needed, the Text Encoding Converter can convert between any two encodings by using the available direct conversions to make intermediate conversions. The direct conversions available depend on the conversion plug-ins currently installed on the user's system.

TECCountDirectTextEncodingConversions

TECGetDirectTextEncodingConversions


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

Up Previous Next