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



TextEncoding

A text encoding specification is a set of numeric codes used to identify text encodings. It specifies the base text encoding, the text encoding variant, and the text encoding format. It is used, for example, to identify the encoding of text passed to a text converter. Two such specifications are needed--for source and destination encoding--when calling the Text Encoding Converter or the Unicode Converter to convert text.

You can use these data types when you create a text encoding specification:

A text encoding specification is defined by the TextEncoding data type.

typedef UInt32 TextEncoding;


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

Up Previous Next