You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure I agree, in principle. I rather think the Metadata module should force UTF8 without BOM (but that wasn't an option on Set-Content at the time, so I settled for UTF8).
Having said that -- for this one command, I agree that it shouldn't mess with the encoding if it's possible to avoid doing so.
Current behavior
Metadata
is hardcoded to use-Encoding UTF8
.UTF8
isUTF-8 with BOM
.Configuration/Source/Metadata.psm1
Line 595 in 244a7cb
Expected behavior
Metadata
should not change the file encoding of the manifest.The text was updated successfully, but these errors were encountered: