CFStringIsEncodingAvailableHeader: CFString.h

Determines whether a given Core Foundation string encoding is available on the current system.

Boolean CFStringIsEncodingAvailable (
    CFStringEncoding encoding
);
encoding

Pass a constant representing a Core Foundation string encoding.

function result

TRUE if the encoding is available, FALSE otherwise.


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