https://bugzilla.novell.com/show_bug.cgi?id=654054
https://bugzilla.novell.com/show_bug.cgi?id=654054#c2 Rodrigo Kumpera <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |[email protected] Resolution| |INVALID --- Comment #2 from Rodrigo Kumpera <[email protected]> 2010-12-01 03:04:43 UTC --- This is the expected behavior as char marshaling on linux defaults to UCS2 but Ansi on windows. If you need a specific encoding, specify with [MarshalAs] on fields and [DllImport(Charset=...)] on methods. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
