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 [EMAIL PROTECTED]

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

--- shadow/79458        2006-09-21 11:07:06.000000000 -0400
+++ shadow/79458.tmp.21491      2006-09-22 05:47:21.000000000 -0400
@@ -80,6 +80,16 @@
 >won't be acceptable.
 
 Utf8StringMarshal.zip contains an actual implementation.
 
 Note that encoding conversion is costy anyway but I don't think that 
 it's worse than an unmanaged conversion.
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-09-22 05:47 -------
+I had a look at Gtk# and I found that it has a Marshaller.cs that 
+does UTF-8 conversion and it allocates memory using g_malloc.
+
+This means that an ANSI string change to Encoding.Default would not 
+affect Gtk# at all.
+
+But it still would be much easier to use custom marshalers in Gtk# 
+as well.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to