[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 17:34:18 -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 cscholes@novell.com.

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

--- shadow/56965	2004-04-19 15:39:25.000000000 -0400
+++ shadow/56965.tmp.6624	2004-04-19 17:34:18.000000000 -0400
@@ -115,6 +115,11 @@
 Unmanaged code - calls a callback function in the managed code
 
 
 ------- Additional Comments From vargaz@freemail.hu  2004-04-19 15:39 -------
 This doesn't work under MS.NET. There may be a way to specify the
 string encoding used by a delegate but I don't know how.
+
+------- Additional Comments From cscholes@novell.com  2004-04-19 17:34 -------
+Created an attachment (id=7431)
+Updated managed code with correct delegate marshalling
+