[Mono-bugs] [Bug 80838][Nor] Changed - Process.StandardOutput not always using the correct encoding
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Feb 13 15:33:52 EST 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by lluis at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80838
--- shadow/80838 2007-02-13 15:32:31.000000000 -0500
+++ shadow/80838.tmp.28200 2007-02-13 15:33:52.000000000 -0500
@@ -12,12 +12,13 @@
ReportedBy: lluis at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: Process.StandardOutput not always using the correct encoding
+OtherBugsDependingOnThis: 77366
If you start a process using System.Diagnostics.Process, the StandardOutput
stream is always using utf-8 encoding. The correct behavior would be to use
the default encoding, since that's the encoding that the process will use
to write the output.
More information about the mono-bugs
mailing list