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

@@ -520,7 +520,7 @@ namespace DiscImageChef.Filesystems.LisaFS
foreach(CatalogEntry entry in catalog)
{
string filename = StringHandlers.CToString(entry.filename);
string filename = GetString(entry.filename);
// Should they be case sensitive?
if(String.Compare(wantedFilename, filename, StringComparison.InvariantCultureIgnoreCase) == 0)
{