zip-rs-wasm/tests
hidez8891 d5f27dfad0
Fixed writing wrong UTF-8 flag
If the UTF-8 flag (generic bit 11) is set, file names and comments must be saved in UTF-8 format. (APPENDIX D)
However, the UTF-8 flag is set even for formats that are non-UTF-8 (GB18030, SHIFT_JIS, etc.). Fix this problem.
2024-05-08 22:22:50 +09:00
..
data Fixed writing wrong UTF-8 flag 2024-05-08 22:22:50 +09:00
aes_encryption.rs add and use AES associated constant 2022-01-30 15:10:07 +01:00
end_to_end.rs fix: Clippy uninlined format args 2023-01-31 17:29:34 +00:00
invalid_date.rs Run cargo fmt 2020-06-15 10:44:39 +02:00
issue_234.rs fix: clippy 2023-02-01 18:03:03 +00:00
zip64_large.rs fix: Clippy uninlined format args 2023-01-31 17:29:34 +00:00
zip_comment_garbage.rs add test for handling comment garbage 2020-08-19 18:53:58 +02:00
zip_crypto.rs add support for writing files with PKWARE encryption 2023-05-06 15:48:52 +01:00