Expand description
Character encodings used in ZIP files.
ZIP entry paths may be encoded in a variety of character encodings: historically, CP-437 was used, but many modern zip files use UTF-8 with an optional UTF-8 flag.
Others use the system’s local character encoding, and we have no choice but to make an educated guess thanks to the chardet-ng crate.
Enums§
- Errors encountered while converting text to UTF-8.
- Encodings supported by this crate