[Mono-bugs] [Bug 58256][Wis] Changed - Replace Doesn't Replace ' Correctly
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 13 May 2004 10:32:04 -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 kjambunathan@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58256
--- shadow/58256 2004-05-13 10:30:23.000000000 -0400
+++ shadow/58256.tmp.22930 2004-05-13 10:32:04.000000000 -0400
@@ -98,6 +98,10 @@
------- Additional Comments From kjambunathan@novell.com 2004-05-13 10:30 -------
Created an attachment (id=7696)
Patch for Original Bug 58256
+
+------- Additional Comments From kjambunathan@novell.com 2004-05-13 10:32 -------
+Parse Escape is not handling the following Escape Sequences \b and
+\*(say ). I am an attaching a patch for the same as well.