mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fix FO3/FNV/LE BSA file paths with special characters getting corrupted when packed into BSAs
This commit is contained in:
parent
c3e8621de6
commit
dfeec6b235
@ -23,6 +23,7 @@ public static class BinaryHelperExtensions
|
||||
return version switch
|
||||
{
|
||||
VersionType.TES3 => Encoding.ASCII,
|
||||
VersionType.FO3 => Encoding.UTF8,
|
||||
VersionType.SSE => Windows1252,
|
||||
_ => Encoding.UTF7
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user