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-22 05:47:21.000000000 -0400 +++ shadow/79458.tmp.23003 2006-09-22 06:49:33.000000000 -0400 @@ -10,12 +10,13 @@ Component: interop AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: +Cc: Summary: ANSI strings are UTF-8 but should be in native encoding In Microsoft .NET Framework ANSI code page is the non-Unicode code page of the operating system and Unicode code page is UTF-16. This is a very Windows based view of code pages. Encoding.Default uses the ANSI code page as well. @@ -90,6 +91,9 @@ 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. + +------- Additional Comments From [EMAIL PROTECTED] 2006-09-22 06:49 ------- +mmmm, that's true. I recall the third point, sorry for that. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
