[Mono-bugs] [Bug 66095][Nor] Changed - [PATCH]ResXResourceReader.cs bug when value nodes are CDATA sections
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 17 Sep 2004 13:02:10 -0400 (EDT)
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 .
http://bugzilla.ximian.com/show_bug.cgi?id=66095
--- shadow/66095 2004-09-16 10:46:46.000000000 -0400
+++ shadow/66095.tmp.2716 2004-09-17 13:02:10.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 66095
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: mono-bugs@ximian.com
ReportedBy: joel.reed@ddiworld.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: ResXResourceReader.cs bug when value nodes are CDATA sections
+Summary: [PATCH]ResXResourceReader.cs bug when value nodes are CDATA sections
ResGen.exe properly handles CDATA sections in value nodes
of .resx files. monoresgen.exe doesn't properly return
these values within CDATA sections.