[Mono-bugs] [Bug 328162] Garbage characters when redirecting standard input to a program...

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Sep 25 11:42:25 EDT 2007


https://bugzilla.novell.com/show_bug.cgi?id=328162#c2





--- Comment #2 from Paolo Molaro <lupus at novell.com>  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.


More information about the mono-bugs mailing list