[Mono-bugs] [Bug 67264][Maj] Changed - string.ctor with encoding obj

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 2 Oct 2004 17:51:50 -0400 (EDT)


unimplemented
In-Reply-To: <bug-67264@chernobyl.ximian.com>
X-Bugzilla-Product: Mono: Runtime
X-Bugzilla-Component: misc
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: Major
X-Bugzilla-Severity: Unknown
X-Bugzilla-Target-Milestone: ---

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=67264

--- shadow/67264	2004-10-02 17:51:13.000000000 -0400
+++ shadow/67264.tmp.8215	2004-10-02 17:51:50.000000000 -0400
@@ -140,6 +140,11 @@
 		fixed (sbyte* s2 = s1) {
 			Console.WriteLine("Hello World!");
 			Console.WriteLine(new string (s2, 0, 4, Encoding.ASCII));
 		}
 	}
 }
+
+------- Additional Comments From bmaurer@users.sf.net  2004-10-02 17:51 -------
+Created an attachment (id=11837)
+patcherooo
+