[Mono-bugs] [Bug 53015][Wis] New - First Console.WriteLine() prints 0xFEFF
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 18 Jan 2004 03:31:26 -0500 (EST)
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 kelvin.ho@kawai.ca.
http://bugzilla.ximian.com/show_bug.cgi?id=53015
--- shadow/53015 2004-01-18 03:31:26.000000000 -0500
+++ shadow/53015.tmp.25922 2004-01-18 03:31:26.000000000 -0500
@@ -0,0 +1,37 @@
+Bug#: 53015
+Product: Mono/Runtime
+Version: unspecified
+OS: SuSE 8.0
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: kelvin.ho@kawai.ca
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: First Console.WriteLine() prints 0xFEFF
+
+Description of Problem:
+First Console.WriteLine() prints 0xFEFF at the very beginning
+I am using Mono 0.28.
+
+Steps to reproduce the problem:
+Just use Console.WriteLine() to print anything.
+
+Actual Results:
+0xfeffMy Stuff.
+
+Expected Results:
+My Stuff.
+
+How often does this happen?
+Every time
+
+Additional Information:
+Actually, even mcs output to the screen has this problem for the compile
+messages.