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:
@@ -34,7 +34,7 @@ namespace DiscImageChef.Filesystems.LisaFS
|
||||
{
|
||||
partial class LisaFS : Filesystem
|
||||
{
|
||||
/// <summary>
|
||||
/* /// <summary>
|
||||
/// The Lisa to Unicode character map.
|
||||
/// MacRoman is a superset of LisaRoman.
|
||||
/// </summary>
|
||||
@@ -158,7 +158,7 @@ namespace DiscImageChef.Filesystems.LisaFS
|
||||
}
|
||||
|
||||
return uni;
|
||||
}
|
||||
}*/
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user