Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MPC can't handle unicode default.features #74

Open
jwillemsen opened this issue Oct 31, 2018 · 2 comments
Open

MPC can't handle unicode default.features #74

jwillemsen opened this issue Oct 31, 2018 · 2 comments

Comments

@jwillemsen
Copy link
Member

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.

@mitza-oci
Copy link
Member

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.

@jwillemsen
Copy link
Member Author

Is there a way to trigger an error within MPC when a file is not ASCII/UTF-8? That would probably save people time who hit the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants