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 );
Pass a constant representing a Core Foundation string encoding.
TRUE if the encoding is available, FALSE otherwise.
Supported in Carbon. Available in Carbon 1.0.2 and later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)