As for CoreFoundation
, some functions such as CFStringConvertNSStringEncodingToEncoding
and CFStringConvertEncodingToIANACharSetName
that are currently available on both of Darwin and non-Darwin with import CoreFoundation
are not exposed via Swift API.
FoundationEssentials
uses them internally, but doesn’t seem to expose them publicly.
Will they keep available, or be rewritten in Swift?