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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=77253 --- shadow/77253 2006-01-13 20:47:05.000000000 -0500 +++ shadow/77253.tmp.2787 2006-01-14 07:36:48.000000000 -0500 @@ -1,23 +1,23 @@ Bug#: 77253 Product: Mono: Class Libraries Version: 1.1 -OS: +OS: unknown OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal -Component: CORLIB -AssignedTo: [EMAIL PROTECTED] +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: -Summary: .resx parsing Microsoft compatibility patch +Summary: [PATCH] .resx parsing Microsoft compatibility patch Despite the resx format description (http://msdn2.microsoft.com/en-us/library/ekyft91f.aspx) the Microsoft resgen utility parses the CDATA blocks directly within <data> containers that contain no <value> container. This two-liner patch makes it possible for the Mono resgen (and Microsoft resgen running under Mono) to parse the @@ -29,6 +29,10 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-01-13 20:47 ------- Created an attachment (id=16337) Sample .resx file + +------- Additional Comments From [EMAIL PROTECTED] 2006-01-14 07:36 ------- +Peter, may I commit? + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
