Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Stop emitting a BOM into stdin when using System.Diagnostics.Process#4032

Merged
stephentoub merged 1 commit into
dotnet:masterfrom
gregg-miskelly:master
Oct 21, 2015
Merged

Stop emitting a BOM into stdin when using System.Diagnostics.Process#4032
stephentoub merged 1 commit into
dotnet:masterfrom
gregg-miskelly:master

Conversation

@gregg-miskelly
Copy link
Copy Markdown

When using standard input redirection on Unix with System.Diagnostics.Process, the code would emit a BOM. This screws up many unix tools which don't understand the BOM.

When using standard input redirection on Unix with System.Diagnostics.Process, the code would emit a BOM. This screws up many unix tools which don't understand the BOM.
@stephentoub
Copy link
Copy Markdown
Member

LGTM

@gregg-miskelly
Copy link
Copy Markdown
Author

@stephentoub can you review? @caslan FYI

@gregg-miskelly
Copy link
Copy Markdown
Author

You reviewed it faster than I can ask :)

@stephentoub
Copy link
Copy Markdown
Member

😄

@stephentoub
Copy link
Copy Markdown
Member

@dotnet-bot test this please

stephentoub added a commit that referenced this pull request Oct 21, 2015
Stop emitting a BOM into stdin when using System.Diagnostics.Process
@stephentoub stephentoub merged commit 5bc2e99 into dotnet:master Oct 21, 2015
@karelz karelz modified the milestone: 1.0.0-rtm Dec 3, 2016
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
Stop emitting a BOM into stdin when using System.Diagnostics.Process

Commit migrated from dotnet/corefx@5bc2e99
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants