[Mono-bugs] [Bug 76247][Nor] Changed - XmlTextReader corrupts
UTF-16 surrogate characters in strings
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Sep 27 08:13:44 EDT 2005
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 brion at pobox.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76247
--- shadow/76247 2005-09-27 08:12:10.000000000 -0400
+++ shadow/76247.tmp.12867 2005-09-27 08:13:44.000000000 -0400
@@ -91,6 +91,11 @@
^^ the two characters listed from the XmlTextReader should match what
is read directly, but don't. The second char isn't even a valid low
surrogate half, so re-outputting this string to an XmlTextWriter will
produce invalid XML output.
+
+------- Additional Comments From brion at pobox.com 2005-09-27 08:13 -------
+Created an attachment (id=15811)
+Patch to XmlTextReader.cs which seems to fix it
+
More information about the mono-bugs
mailing list