Contents

CFStringIsEncodingAvailable(_:)

Determines whether a given Core Foundation string encoding is available on the current system.

Declaration

func CFStringIsEncodingAvailable(_ encoding: CFStringEncoding) -> Bool

Parameters

  • encoding:

    The Core Foundation string encoding to test.

Return Value

true if the encoding is available, otherwise false.

See Also

Working With Encodings