[Mono-bugs] [Bug 73086][Nor] Changed - The UTF-8 decoding problems

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 28 Feb 2005 15:18:41 -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 rafaelteixeirabr@hotmail.com.

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

--- shadow/73086	2005-02-27 07:05:20.000000000 -0500
+++ shadow/73086.tmp.18604	2005-02-28 15:18:41.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 73086
 Product: Mono: Class Libraries
 Version: 1.0
-OS: 
+OS: unknown
 OS Details: Windows XP Professional Service Pack 2
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: svetlanaz@mainsoft.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -48,6 +48,10 @@
 [feff] [0041]
 
 How often does this happen? 
 Always
 
 Additional Information:
+
+------- Additional Comments From rafaelteixeirabr@hotmail.com  2005-02-28 15:18 -------
+"\uFEFF" is the BOM (Byte Order Mark) when it is the first character
+in a stream/string/buffer. We need to discuss its preservation...