[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 Jul 24 17:45:24 EDT 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 gonzalo.mono at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80838
--- shadow/80838 2007-07-24 17:39:14.000000000 -0400
+++ shadow/80838.tmp.22647 2007-07-24 17:45:24.000000000 -0400
@@ -1,12 +1,12 @@
Bug#: 80838
Product: Mono: Class Libraries
Version: 1.2
OS: unknown
OS Details:
-Status: NEW
+Status: ASSIGNED
Resolution:
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: gonzalo.mono at gmail.com
ReportedBy: lluis at ximian.com
@@ -97,6 +97,23 @@
console as well.)
------- Additional Comments From dick at ximian.com 2007-02-14 10:08 -------
Do we know what the MS behaviour is here? ie, do they set the
input/output stream encodings to the Console encodings active at the
time of the Process.Start call?
+
+------- Additional Comments From gonzalo.mono at gmail.com 2007-07-24 17:45 -------
+Output I currently get on windows (the Process is running the same as
+in the MS .NET runtime):
+---------------
+C:\dvp>encoding.exe
+se napil zluté vody
+Default Encoding: iso-8859-1
+Output stream encoding: IBM437
+Output from process: se napil zluté vody
+
+
+C:\dvp>mono encoding.exe
+se napil zluté vody
+Default Encoding: iso-8859-1
+Output stream encoding: utf-8
+Output from process: se napil zlut vody
More information about the mono-bugs
mailing list