mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Add support for choosing character encoding in appropiate command.
This commit is contained in:
@@ -65,6 +65,11 @@ namespace DiscImageChef.Filesystems
|
||||
{
|
||||
}
|
||||
|
||||
// TODO: Call other constructors
|
||||
protected Filesystem(Encoding encoding)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a filesystem instance prepared for reading contents
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user