mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added LisaRoman (a subset of MacRoman) encoding.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user