Static Propertyswift 6.0.1Swift
encodedReplacementCharacter
static var encodedReplacementCharacter: Unicode.UTF32.EncodedScalar { get }
Other members in extension
Types
Typealiases
Type members
init(
) Creates an instance of the UTF-32 codec.
static func decode(Unicode.UTF32.EncodedScalar
) -> Unicode.Scalar static func encode(Unicode.Scalar
) -> Unicode.UTF32.EncodedScalar? static func encode(Unicode.Scalar, into: (Unicode.UTF32.CodeUnit) -> Void
) Encodes a Unicode scalar as a UTF-32 code unit by calling the given closure.
static func isASCII(Unicode.UTF32.CodeUnit
) -> Bool Returns whether the given code unit represents an ASCII scalar
Instance members
func decode<I>(inout I
) -> UnicodeDecodingResult Starts or continues decoding a UTF-32 sequence.