[Mono-bugs] [Bug 56965][Maj] Changed - P/Invoke is marshalling string arrays as UTF-8 not Unicode
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 19 Apr 2004 18:01:29 -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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=56965
--- shadow/56965 2004-04-19 17:39:16.000000000 -0400
+++ shadow/56965.tmp.6816 2004-04-19 18:01:29.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 56965
Product: Mono: Runtime
Version: unspecified
OS: SUSE 9.0
OS Details: Also happens on Windows XP
-Status: REOPENED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: misc
AssignedTo: vargaz@freemail.hu
ReportedBy: cscholes@novell.com
QAContact: mono-bugs@ximian.com
@@ -136,6 +136,9 @@
works in .NET but does not in Mono. If I call the callback in mono
with a string like:
char[] uchars = {'\u304C','\u898B','\u3064','\u304B','\u308A'};
String ustr = new String(uchars);
The parameter is NULL.
+
+------- Additional Comments From vargaz@freemail.hu 2004-04-19 18:01 -------
+Fixed in CVS.