[Mono-bugs] [Bug 78270][Wis] Changed - [PATCH] Resgen doesn't parse
\n properly.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue May 2 18:20:58 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 robertj at gmx.net.
http://bugzilla.ximian.com/show_bug.cgi?id=78270
--- shadow/78270 2006-05-02 16:14:42.000000000 -0400
+++ shadow/78270.tmp.18286 2006-05-02 18:20:58.000000000 -0400
@@ -11,13 +11,13 @@
AssignedTo: mono-bugs at ximian.com
ReportedBy: don at edvalson.net
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Resgen doesn't parse \n properly.
+Summary: [PATCH] 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:
@@ -35,6 +35,10 @@
This is a message\n\nThis should be on the next line
------- Additional Comments From robertj at gmx.net 2006-05-02 16:14 -------
it's a mcs/tools/resgen/monoresgen.cs:TxtResourceReader issue
-> Mono tools
+
+------- Additional Comments From robertj at gmx.net 2006-05-02 18:20 -------
+The patch enables \n-like escapes in both directions.
+
More information about the mono-bugs
mailing list