[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 15:39:25 -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 12:46:22.000000000 -0400
+++ shadow/56965.tmp.5182	2004-04-19 15:39:25.000000000 -0400
@@ -111,6 +111,10 @@
 
 
 ------- Additional Comments From cscholes@novell.com  2004-04-19 12:42 -------
 Created an attachment (id=7426)
 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.