[Mono-bugs] [Bug 78270][Wis] New - Resgen doesn't parse \n properly.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue May 2 15:42:33 EDT 2006


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 don at edvalson.net.

http://bugzilla.ximian.com/show_bug.cgi?id=78270

--- shadow/78270	2006-05-02 15:42:33.000000000 -0400
+++ shadow/78270.tmp.11294	2006-05-02 15:42:33.000000000 -0400
@@ -0,0 +1,35 @@
+Bug#: 78270
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: Windows XP SP2
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com                            
+ReportedBy: don at edvalson.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Resgen doesn't parse \n properly.
+
+When processing a text file to create a resource file, resgen should 
+replace the sequence \n by a new line. Instead, it leaves it as backslash 
+n.
+
+For example, the text file includes:
+
+Message=This is a message\n\nThis should be on the next line
+
+The Microsoft resource compiler produces:
+
+This is a message
+
+This should be on the next line
+
+The Mono resource compiler produces:
+
+This is a message\n\nThis should be on the next line


More information about the mono-bugs mailing list