Structure
ZipStringDecodingStrategy
public struct ZipStringDecodingStrategy: RawRepresentable, Equatable
A strategy used to parse string values in the archive
Relationships
Conforms To
Equatable
RawRepresentable
Initializers
init(rawValue:)
public init(rawValue: UInt32)
Properties
rawValue
let rawValue: UInt32
guess
let guess
Guess the encoding of the string in the ZIP archive and convert it to UTF-8, if necessary.
strict
let strict
Follow the ZIP specification for file names and extend it to file comments, expecting them to be encoded in CP-437 in the ZIP archive (except if it is a UTF-8 comment from the special extra field). Convert it to UTF-8.