mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-04-18 20:22:42 +00:00
Reencode string properly
This commit is contained in:
@@ -145,7 +145,7 @@ namespace BinaryObjectScanner.FileType
|
||||
}
|
||||
|
||||
output[q] = 0;
|
||||
return Encoding.ASCII.GetString(output);
|
||||
return Encoding.UTF8.GetString(output);
|
||||
}
|
||||
|
||||
/// <remarks>Adapted from LibMSI</remarks>
|
||||
|
||||
Reference in New Issue
Block a user