Returns a pointer to a list of string encodings supported by the current system.
SDKs
- iOS 2.0+
- macOS 10.0+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- Core Foundation
Declaration
const CFString Encoding * CFStringGetListOfAvailableEncodings(void);
Return Value
A pointer to a k
-terminated list of enum
constants, each of type CFString
.