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

@@ -90,8 +90,8 @@ namespace DiscImageChef.Filesystems
{
Name = "Apple ProDOS filesystem";
PluginUUID = new Guid("43874265-7B8A-4739-BCF7-07F80D5932BF");
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();
}
public override bool Identify(ImagePlugins.ImagePlugin imagePlugin, Partition partition)