[PR #1] [MERGED] Add PETSCII encoding #3

Closed
opened 2026-01-30 21:23:58 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/claunia/Claunia.Encoding/pull/1
Author: @darkstar
Created: 5/31/2017
Status: Merged
Merged: 6/2/2017
Merged by: @claunia

Base: masterHead: petscii


📝 Commits (2)

  • 957f997 Add PETSCII encoding
  • cf73b7f Actually instantiate the PETSCII encoding

📊 Changes

3 files changed (+589 additions, -1 deletions)

View changed files

📝 Claunia.Encoding/Claunia.Encoding.csproj (+2 -1)
📝 Claunia.Encoding/Encoding.cs (+1 -0)
Claunia.Encoding/PETSCII.cs (+586 -0)

📄 Description

First version of a PETSCII Encoding.

With info taken from here

BTW, this should probably be included as git submodule of DiscImageChef so that these encodings can be used without first cloning and building this repo...


🔄 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/claunia/Claunia.Encoding/pull/1 **Author:** [@darkstar](https://github.com/darkstar) **Created:** 5/31/2017 **Status:** ✅ Merged **Merged:** 6/2/2017 **Merged by:** [@claunia](https://github.com/claunia) **Base:** `master` ← **Head:** `petscii` --- ### 📝 Commits (2) - [`957f997`](https://github.com/claunia/Claunia.Encoding/commit/957f9979ee80f5ce05a21ecc2aaaec8a0d477055) Add PETSCII encoding - [`cf73b7f`](https://github.com/claunia/Claunia.Encoding/commit/cf73b7f54b3f327d847683bff4c71b7a8387a45a) Actually instantiate the PETSCII encoding ### 📊 Changes **3 files changed** (+589 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Claunia.Encoding/Claunia.Encoding.csproj` (+2 -1) 📝 `Claunia.Encoding/Encoding.cs` (+1 -0) ➕ `Claunia.Encoding/PETSCII.cs` (+586 -0) </details> ### 📄 Description First version of a PETSCII Encoding. With info taken from [here](http://style64.org/petscii/) BTW, this should probably be included as git submodule of DiscImageChef so that these encodings can be used without first cloning and building this repo... --- <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-30 21:23:58 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: claunia/Claunia.Encoding#3