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

Use UTF-8 encoding for process output on Mono #1215

Merged

Conversation

juergenhoetzel
Copy link
Contributor

The original pull request was indeed too intrusive: I wasn't aware that this will lead to an runtime error, if stdout/stderr is a terminal.

This is a revised version of commit 2d63a45,
which broke external processes when standard error/output is not redirected: Refs #1213

This commit only sets the encoding when output is redirected.

Fixes encoding issues when encoding property is not set: Refs fsprojects#1212.

This is a revised version of commit 2d63a45,
which broke external processes when standard error/output is not redirected: Refs fsprojects#1213

This commit only sets the encoding when output is redirected.
@forki
Copy link
Member

forki commented Apr 11, 2016

ok. let's try that one

@forki forki merged commit 28212fc into fsprojects:master Apr 11, 2016
forki added a commit that referenced this pull request Jun 29, 2017
forki added a commit that referenced this pull request Jun 29, 2017
forki added a commit that referenced this pull request Jun 29, 2017
forki added a commit that referenced this pull request Jun 29, 2017
forki added a commit that referenced this pull request Jun 29, 2017
forki added a commit that referenced this pull request Jun 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants