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
Powershell appears to be a tool that's not so well suited to non-.NET development. I don't think it's so unreasonable that a build script generator like MPC uses ASCII/UTF-8, it's not doing internationalized text.
The powershell out-file creates by default an unicode file (https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/out-file?view=powershell-6). For usage on azure-devops/appveyor it would be easier when MPC could handle an unicode default.features file.
As note, out-file is also used for the > redirect, so using this redirect in a powershell script will create an unicode default.features.
The text was updated successfully, but these errors were encountered: