mirror of
https://github.com/claunia/Claunia.Encoding.git
synced 2026-02-11 13:35:07 +00:00
[PR #1] [MERGED] Add PETSCII encoding #3
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/claunia/Claunia.Encoding/pull/1
Author: @darkstar
Created: 5/31/2017
Status: ✅ Merged
Merged: 6/2/2017
Merged by: @claunia
Base:
master← Head:petscii📝 Commits (2)
957f997Add PETSCII encodingcf73b7fActually 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.