Carbon


GetTextEncodingBase

Header: TextCommon.h Carbon status: Supported

Returns the base encoding of the specified text encoding.

TextEncodingBase GetTextEncodingBase (
    TextEncoding encoding
);
Parameter descriptions
encoding

A text encoding specification whose base encoding you want to obtain.

function result

The base encoding portion of the specified text encoding.

DISCUSSION

See the data type TextEncodingRun

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.


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