[Mono-bugs] [Bug 60974][Wis] Changed - System.DateTimeFormatInfo Does not honour literal escaping properly.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 10 May 2005 19:34:16 -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 bmaurer@users.sf.net.

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

--- shadow/60974	2004-07-01 06:59:15.000000000 -0400
+++ shadow/60974.tmp.19956	2005-05-10 19:34:16.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 60974
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: Fedora Core 2
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Wishlist
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: kevin@loose-screws.com               
 QAContact: mono-bugs@ximian.com
@@ -54,6 +54,10 @@
 ------- Additional Comments From kevin@loose-screws.com  2004-07-01 06:52 -------
 Hmmm I seem to have mislabeled this. its System.DateTime.ToString AND
 DateTimeInfo. Sorry.
 
 ------- Additional Comments From echo@underthebed.dyndns.org  2004-07-01 06:59 -------
 *** Bug 60975 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From bmaurer@users.sf.net  2005-05-10 19:34 -------
+Our escaping is fine. THe issue is that \ is an escape char in c# so
+"\\" is a single slash.