mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-04-05 21:51:09 +00:00
[PR #63] [MERGED] ZipWriter: use ArchiveEncoding.Default #820
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/adamhathcock/sharpcompress/pull/63
Author: @mrgleba
Created: 6/11/2015
Status: ✅ Merged
Merged: 6/11/2015
Merged by: @adamhathcock
Base:
master← Head:master📝 Commits (1)
c7fc5f8ZipWriter: use ArchiveEncoding.Default📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
SharpCompress/Writer/Zip/ZipWriter.cs(+3 -3)📄 Description
ShaprCompress is used internally in Mono to implement
System.IO.Compression, which allows the user to specify path encoding.
The change allows for specifying the encoding via
ArchiveEncoding.Default.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.