[Mono-bugs] [Bug 76095][Nor] Changed - XmlTextWriter produces bogus
output for UTF-16 surrogate characters
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Sep 13 18:35:36 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=76095
--- shadow/76095 2005-09-13 18:27:27.000000000 -0400
+++ shadow/76095.tmp.17648 2005-09-13 18:35:36.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 76095
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details: Ubuntu Hoary/x86
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Sys.XML
AssignedTo: atsushi at ximian.com
ReportedBy: brion at pobox.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -41,6 +41,14 @@
Tested with Mono SVN r49929 and 1.1.8 release.
------- Additional Comments From brion at pobox.com 2005-09-13 18:27 -------
Created an attachment (id=15738)
Short demo program outputting a file with bogus contents
+
+------- Additional Comments From brion at pobox.com 2005-09-13 18:35 -------
+Running sample program on .NET 1.1 on Windows XP SP2 produces
+correctly formatted UTF-8 output:
+
+$ hexdump -C out.xml
+00000000 3c 61 3e f0 90 8c b9 3c 2f 61 3e |<a>....</a>|
+
More information about the mono-bugs
mailing list