Corrected encoding propagation.

This commit is contained in:
2017-07-26 12:25:18 +01:00
parent 99c5e5d9d0
commit 0c7b5aa604
45 changed files with 86 additions and 19 deletions

View File

@@ -86,8 +86,8 @@ namespace DiscImageChef.Filesystems.AppleDOS
start = partition.Start;
Name = "Apple DOS File System";
PluginUUID = new Guid("8658A1E9-B2E7-4BCC-9638-157A31B0A700\n");
if(encoding == null) // TODO: Until Apple ][ encoding is implemented
CurrentEncoding = new Claunia.Encoding.LisaRoman();
// TODO: Until Apple ][ encoding is implemented
CurrentEncoding = new Claunia.Encoding.LisaRoman();
}
}
}