mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix encoding setting for Romeo.
This commit is contained in:
@@ -210,6 +210,8 @@ namespace DiscImageChef.Filesystems.ISO9660
|
||||
// TODO: Add IP.BIN to debug root directory
|
||||
// TODO: Add volume descriptors to debug root directory
|
||||
|
||||
if(this.@namespace != Namespace.Romeo) Encoding = Encoding.ASCII;
|
||||
|
||||
if(this.@namespace != Namespace.Joliet)
|
||||
rootDirectoryCache = cdi
|
||||
? DecodeCdiDirectory(rootDir)
|
||||
@@ -217,8 +219,6 @@ namespace DiscImageChef.Filesystems.ISO9660
|
||||
? DecodeHighSierraDirectory(rootDir)
|
||||
: DecodeIsoDirectory(rootDir);
|
||||
|
||||
if(this.@namespace == Namespace.Romeo) Encoding = Encoding.ASCII;
|
||||
|
||||
XmlFsType.Type = fsFormat;
|
||||
|
||||
if(jolietvd != null && this.@namespace == Namespace.Joliet)
|
||||
|
||||
Reference in New Issue
Block a user