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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 1 Mar 2005 06:19:10 -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 svetlanaz@mainsoft.com.

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

--- shadow/73086	2005-02-28 15:18:41.000000000 -0500
+++ shadow/73086.tmp.6054	2005-03-01 06:19:10.000000000 -0500
@@ -52,6 +52,13 @@
 
 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...
+
+------- Additional Comments From svetlanaz@mainsoft.com  2005-03-01 06:19 -------
+Hi,
+The BOM should be returned from the decoder for compliance with .NET.
+I have a patch to solve the problem in the UTF-8 and Unicode 
+encodings.  Please, let me know when I can send the patch.
+Svetlana.