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



GetTextEncodingFormat

Returns the format value of the specified text encoding.

pascal TextEncodingFormat GetTextEncodingFormat (TextEncoding encoding);
encoding
A text encoding specification containing the text encoding format you want to obtain.

function result
The text encoding format value contained in the text encoding you specified.

SEE ALSO

Text Encoding Base

Text Encoding Format


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

Up Previous Next