CFStringIsEncodingAvailable

Header: CFString.h Carbon status: Supported

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

Boolean CFStringIsEncodingAvailable (
    CFStringEncoding encoding
);
Parameter descriptions
encoding

Pass a constant representing a Core Foundation string encoding.

function result

TRUE if the encoding is available, FALSE otherwise.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later.


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