[Mono-bugs] [Bug 79189][Wis] Changed - [PATCH] StreamReader should detect UTF-32 and UTF-32 big-endian byte order marks as well (only in profile 2.0)
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Oct 27 15:17:35 EDT 2006
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 kornelpal at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79189
--- shadow/79189 2006-09-24 13:30:01.000000000 -0400
+++ shadow/79189.tmp.12120 2006-10-27 15:17:34.000000000 -0400
@@ -10,13 +10,13 @@
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: kornelpal at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Summary: StreamReader should detect UTF-32 and UTF-32 big-endian byte order marks as well (only in profile 2.0)
+Summary: [PATCH] StreamReader should detect UTF-32 and UTF-32 big-endian byte order marks as well (only in profile 2.0)
Profile 2.0 supports UTF-32 so StreamReader should detect UTF-32 and UTF-
32 big-endian byte order marks as well. MS.NET 2.0 detects UTF-32 byte
order mark as well.
------- Additional Comments From peter.dettman at iinet.net.au 2006-09-24 13:14 -------
@@ -34,6 +34,9 @@
------- Additional Comments From peter.dettman at iinet.net.au 2006-09-24 13:30 -------
Created an attachment (id=17740)
Corrected patch (please ignore previous which contained a small profile-related error)
+
+------- Additional Comments From kornelpal at gmail.com 2006-10-27 15:17 -------
+Please review Peter's patch.
More information about the mono-bugs
mailing list