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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user