CFStringGetListOfAvailableEncodings |
||||
Header: | CFString.h | Carbon status: | Supported | |
Obtains a pointer to a list of string encodings supported by the current system.
const CFStringEncoding *CFStringGetListOfAvailableEncodings ();
A pointer to a kCFStringEncodingInvalidId-terminated list of enum constants, each of type CFStringEncoding.
Supported in Carbon. Available in Carbon 1.0.2 and later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)