[Mono-bugs] [Bug 79458][Wis] Changed - ANSI strings are UTF-8 but should be in native encoding
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Sep 22 06:49:33 EDT 2006
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 atsushi at ximian.com.
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: mono-bugs at ximian.com
ReportedBy: kornelpal at gmail.com
QAContact: mono-bugs at ximian.com
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 atsushi at ximian.com 2006-09-22 06:49 -------
+mmmm, that's true. I recall the third point, sorry for that.
More information about the mono-bugs
mailing list