-
Use
YAML_UTF8_ENCODINGDeclaration
Swift
case utf8 -
Use
YAML_UTF16(BE|LE)_ENCODINGDeclaration
Swift
case utf16 -
The default encoding, determined at run time based on the String type’s native encoding. This can be overridden by setting
YAMS_DEFAULT_ENCODINGto eitherUTF8orUTF16. This value is case insensitive.Declaration
Swift
public static var `default`: Encoding { get } -
The equivalent
Swift.Encodingvalue forself.Declaration
Swift
public var swiftStringEncoding: String.Encoding { get }
View on GitHub
Install in Dash