[PR #63] [MERGED] ZipWriter: use ArchiveEncoding.Default #820

Open
opened 2026-01-29 22:17:44 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (1)

  • c7fc5f8 ZipWriter: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/adamhathcock/sharpcompress/pull/63 **Author:** [@mrgleba](https://github.com/mrgleba) **Created:** 6/11/2015 **Status:** ✅ Merged **Merged:** 6/11/2015 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`c7fc5f8`](https://github.com/adamhathcock/sharpcompress/commit/c7fc5f8819e5f7a3cb0cea14b93ebae9b7203141) ZipWriter: use ArchiveEncoding.Default ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `SharpCompress/Writer/Zip/ZipWriter.cs` (+3 -3) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 22:17:44 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#820