https://bugzilla.novell.com/show_bug.cgi?id=328162#c2
--- Comment #2 from Paolo Molaro <[EMAIL PROTECTED]> 2007-09-25 09:42:25 MST --- A possible solution is the following, since the Process.cs code just tries to copy, badly, the same code already present in System.Console. so we'd remove the whole class Consoleencoding in Process and just use Console.Out.Encoding as the encoding for stdin/out/err. The only issue is that we'd have a single encoding, while the current code would allow two different encodings (which you can always specify anyway even with the proposed change). The System.Console code already deals with not using the BOM-based utf8 encoding. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
