Added LisaRoman (a subset of MacRoman) encoding.

This commit is contained in:
2016-07-28 15:12:09 +01:00
parent ba05fe7a1b
commit 1c08aea6d4
7 changed files with 164 additions and 8 deletions

View File

@@ -64,7 +64,7 @@ namespace DiscImageChef.Filesystems.LisaFS
ReadCatalog(fileId, out catalog);
foreach(CatalogEntry entry in catalog)
contents.Add(StringHandlers.CToString(entry.filename).Replace('/',':'));
contents.Add(GetString(entry.filename).Replace('/',':'));
if(debug && fileId == FILEID_DIRECTORY)
{