mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 19:45:41 -04:00

As of 3.0.0, the minizip fork is now called minizip-ng. https://github.com/zlib-ng/minizip-ng
601 B
Vendored
601 B
Vendored
MZ_ENCODING
Character encoding enumeration. Older zip files may store the filename in a different character encoding.
Name | Code | Description |
---|---|---|
MZ_ENCODING_CODEPAGE_437 | 437 | Code page 437 |
MZ_ENCODING_CODEPAGE_932 | 932 | Code page 932 |
MZ_ENCODING_CODEPAGE_936 | 936 | Code page 936 |
MZ_ENCODING_CODEPAGE_950 | 950 | Code page 950 |
MZ_ENCODING_CODEPAGE_UTF8 | 65001 | UTF-8 |