CFStringGetNameOfEncoding |
||||
Header: | CFString.h | Carbon status: | Supported | |
Obtains the localized name of a specified string encoding.
CFStringRef CFStringGetNameOfEncoding ( CFStringEncoding encoding );
Pass an enum constant of type CFStringEncoding that identifies a specific string encoding.
A reference to a CFString object that represents the name of the encoding
Supported in Carbon. Available in Carbon 1.0.2 and later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)