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



GetTextEncodingBase

Returns the base encoding of the specified text encoding.

pascal TextEncodingBase GetTextEncodingBase (TextEncoding encoding);
encoding
A text encoding specification whose base encoding you want to obtain.

function result
The base encoding portion of the specified text encoding.

SEE ALSO

Text Encoding Base

The data type TextEncodingRun


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

Up Previous Next