mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Use ISO8859-1 for CD-i until escape sequences are implemented.
This commit is contained in:
@@ -228,6 +228,9 @@ namespace DiscImageChef.Filesystems.ISO9660
|
||||
|
||||
pathTableMsbLocation = fsvd.Value.path_table_addr;
|
||||
|
||||
// TODO: Until escape sequences are implemented this is the default CD-i encoding.
|
||||
Encoding = System.Text.Encoding.GetEncoding("iso8859-1");
|
||||
|
||||
// TODO: Implement CD-i
|
||||
return Errno.NotImplemented;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user