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=79117 --- shadow/79117 2006-08-23 11:26:21.000000000 -0400 +++ shadow/79117.tmp.19772 2006-08-23 11:37:22.000000000 -0400 @@ -226,6 +226,18 @@ You're right about the patch of course, sorry about ... About your patch: we could still remove the ****Auto icalls, and modify the Marshal class to invoke ***Ansi or ***Unicode from ***Auto managed methods depending on SystemDefaultCharSize, but that just depends on the personal preference of the maintainer. + +------- Additional Comments From [EMAIL PROTECTED] 2006-08-23 11:37 ------- +About the mangling: + +CharSet.Ansi, ExactSpelling = true -> FormatMessageA +CharSet.Unicode, ExactSpelling = true -> FormatMessageW +CharSet.Auto, ExactSpelling = true -> FormatMessageW + +The latter doesn't make much sense, but it works, though. + +I don't see a bug here. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
