[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:09:02 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:07:41.000000000 -0400
+++ shadow/76247.tmp.12786	2005-09-27 08:09:02.000000000 -0400
@@ -55,6 +55,11 @@
 RIGHT:
  (char) ((ch - 0x10000) / 0x400 + 0xD800)
  (char) ((ch - 0x10000) % 0x400 + 0xDC00)
 
 
 Tested SVN r50834 on Linux and 1.1.9 release on Mac OS X.
+
+------- Additional Comments From brion at pobox.com  2005-09-27 08:09 -------
+Created an attachment (id=15809)
+Sample XML file containing the high character U-000289c0 in UTF-8
+


More information about the mono-bugs mailing list