CFStringGetNameOfEncoding

Header: CFString.h Carbon status: Supported

Obtains the localized name of a specified string encoding.

CFStringRef CFStringGetNameOfEncoding (
    CFStringEncoding encoding
);
Parameter descriptions
encoding

Pass an enum constant of type CFStringEncoding that identifies a specific string encoding.

function result

A reference to a CFString object that represents the name of the encoding

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)