[Mono-bugs] [Bug 55450][Maj] Changed - Mono marshals unicode char[] without an implicit [Out]
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 16 Mar 2004 14:01:03 -0500 (EST)
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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=55450
--- shadow/55450 2004-03-10 22:06:13.000000000 -0500
+++ shadow/55450.tmp.21477 2004-03-16 14:01:03.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 55450
Product: Mono: Runtime
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Major
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: swbrown@ucsd.edu
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -75,6 +75,9 @@
string byteString = new string(System.Text.Encoding.Unicode.GetChars
(byteBuffer));
System.Console.WriteLine("byte[] marshalling, Before: {0}, Result:
{1}", unicodeString, byteString);
}
}
+
+------- Additional Comments From vargaz@freemail.hu 2004-03-16 14:01 -------
+Fixed in CVS.