mirror of
https://github.com/claunia/Claunia.Encoding.git
synced 2025-12-16 19:24:43 +00:00
Actually instantiate the PETSCII encoding
This commit is contained in:
@@ -31,6 +31,7 @@ namespace Claunia.Encoding
|
||||
public static System.Text.Encoding LisaEncoding = new LisaRoman();
|
||||
public static System.Text.Encoding AtariEncoding = new ATASCII();
|
||||
public static System.Text.Encoding AtariSTEncoding = new AtariST();
|
||||
public static System.Text.Encoding PETEncoding = new PETSCII();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user