[PR #287] [MERGED] Fixed bug: Passing default ReaderOptions when creating ZipReader for solid extraction #949

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/287
Author: @fracrtio
Created: 8/16/2017
Status: Merged
Merged: 8/16/2017
Merged by: @adamhathcock

Base: masterHead: master


📝 Commits (1)

  • 1793fc9 Fixed bug: Passing default ReaderOptions when creating ZipReader for solid extraction

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src/SharpCompress/Archives/Zip/ZipArchive.cs (+1 -1)

📄 Description

This bug causes entry keys in wrong encoding when using ExtractAllEntries/MoveToNextEntry if non-UTF8 encoding specified at ZipArchive.Open


🔄 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/287 **Author:** [@fracrtio](https://github.com/fracrtio) **Created:** 8/16/2017 **Status:** ✅ Merged **Merged:** 8/16/2017 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`1793fc9`](https://github.com/adamhathcock/sharpcompress/commit/1793fc949dd2f8f52934bd44b2a8a14750a07101) Fixed bug: Passing default ReaderOptions when creating ZipReader for solid extraction ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Archives/Zip/ZipArchive.cs` (+1 -1) </details> ### 📄 Description This bug causes entry keys in wrong encoding when using ExtractAllEntries/MoveToNextEntry if non-UTF8 encoding specified at ZipArchive.Open --- <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:18:20 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#949