mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added support for different character encodings.
This commit is contained in:
@@ -97,7 +97,7 @@ namespace DiscImageChef.Filesystems.LisaFS
|
||||
if(entry.parentID == dirId)
|
||||
// Do same trick as Mac OS X, replace filesystem '/' with '-',
|
||||
// as '-' is the path separator in Lisa OS
|
||||
contents.Add(GetString(entry.filename).Replace('/', '-'));
|
||||
contents.Add(CurrentEncoding.GetString(entry.filename).Replace('/', '-'));
|
||||
}
|
||||
|
||||
return Errno.NoError;
|
||||
|
||||
Reference in New Issue
Block a user