[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:32:31 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:30:42.000000000 -0500
+++ shadow/80838.tmp.28164 2007-02-13 15:32:31.000000000 -0500
@@ -74,6 +74,11 @@
Output from process: se napil lut vody
The first line is correctly printed, because System.Console will convert
the output to latin2, but the output from the process is not correct,
because the OutputStream of the process is using utf-8 to decode the
output, which is actually latin2.
+
+------- Additional Comments From lluis at ximian.com 2007-02-13 15:32 -------
+Created an attachment (id=18693)
+Proposed fix.
+
More information about the mono-bugs
mailing list