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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=82262 --- shadow/82262 2007-07-31 14:05:47.000000000 -0400 +++ shadow/82262.tmp.1331 2007-07-31 14:05:47.000000000 -0400 @@ -0,0 +1,33 @@ +Bug#: 82262 +Product: Mono: Class Libraries +Version: unspecified +OS: All +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: System +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: ProcessStartInfo is missing StandardOutputEncoding / StandardErrorEncoding + +Description of Problem: +StandardOutputEncoding and StandardOutputEncoding are missing from +System.Diagnostics.ProcessStartInfo. + +Actual Results: +System.Diagnostics.ProcessStartInfo have no StandardOutputEncoding and +StandardOutputEncoding members. + +Expected Results: +StandardOutputEncoding and StandardOutputEncoding should be present. + +Additional Information: +Some external programs one might need don't support UTF-8 for example and +when you read their output all special characters are gone (ascii > 128, +RĂ¼diger becomes Rdiger). Playing with $LC_ALL and $LANG does not help.
_______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
