CFStringGetNameOfEncodingHeader: CFString.h

Obtains the localized name of a specified string encoding.

CFStringRef CFStringGetNameOfEncoding (
    CFStringEncoding encoding
);
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


© 1999 Apple Computer, Inc. — (Last Updated 9/15/99)