Carbon


TECConversionInfo

Header: TextEncodingConverter.h

struct TECConversionInfo {
    TextEncoding sourceEncoding; 
    TextEncoding destinationEncoding; 
    UInt16 reserved1; 
    UInt16 reserved2;
};

Field descriptions

sourceEncoding

The text encoding specification for the source text.

destinationEncoding

The text encoding specification for the destination text.

reserved1

Reserved.

reserved2

Reserved.

When you call the function TECGetDirectTextEncodingConversions, you pass an array of text encoding conversion information structures. The function fills these structures with information about each type of supported conversion. A text encoding conversion information structure is defined by the TECConversionInfo data structure.


© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)