Contents

CFStringGetListOfAvailableEncodings()

Returns a pointer to a list of string encodings supported by the current system.

Declaration

func CFStringGetListOfAvailableEncodings() -> UnsafePointer<CFStringEncoding>!

Return Value

A pointer to a kCFStringEncodingInvalidId-terminated list of enum constants, each of type CFStringEncoding.

See Also

Working With Encodings