[Mono-bugs] [Bug 58790][Min] New - Writing to Console writes sometimes 0xef 0xbb 0xbf befor the text on a new line

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 21 May 2004 09:14:04 -0400 (EDT)


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 robik@mailbox.sk.

http://bugzilla.ximian.com/show_bug.cgi?id=58790

--- shadow/58790	2004-05-21 09:14:04.000000000 -0400
+++ shadow/58790.tmp.31502	2004-05-21 09:14:04.000000000 -0400
@@ -0,0 +1,41 @@
+Bug#: 58790
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: Fedora Core 1
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: robik@mailbox.sk               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Writing to Console writes sometimes 0xef 0xbb 0xbf befor the text on a new line
+
+Description of Problem:
+
+Writing to Console writes sometimes 0xef 0xbb 0xbf befor the text on a new line
+
+Steps to reproduce the problem:
+
+run: mcs|hexdump -C
+
+Actual Results:
+
+00000000  ef bb bf 65 72 72 6f 72  ...
+
+Expected Results:
+
+00000000  65 72 72 6f 72 20 43 53  ...
+
+How often does this happen? 
+
+always
+
+Additional Information:
+
+everything compiled today from cvs