mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
🐛Added support for Apple II character sets, fixes #102
This commit is contained in:
@@ -50,8 +50,7 @@ namespace DiscImageChef.Filesystems.AppleDOS
|
||||
{
|
||||
device = imagePlugin;
|
||||
start = partition.Start;
|
||||
// TODO: Until Apple ][ encoding is implemented
|
||||
Encoding = new LisaRoman();
|
||||
Encoding = encoding ?? new Apple2();
|
||||
|
||||
if(device.Info.Sectors != 455 && device.Info.Sectors != 560)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user