[Mono-bugs] [Bug 76758][Maj] Changed - String with nonstandard
characters is not handled correctly.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Dec 7 01:02:50 EST 2005
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 admin at svwebhosting.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76758
--- shadow/76758 2005-12-07 00:51:47.000000000 -0500
+++ shadow/76758.tmp.14053 2005-12-07 01:02:50.000000000 -0500
@@ -1,12 +1,12 @@
Bug#: 76758
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details: Tested under Windows XP SP2 and CentOS 3.4
-Status: NEEDINFO
+Status: REOPENED
Resolution:
Severity: Unknown
Priority: Major
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: admin at svwebhosting.com
@@ -156,6 +156,18 @@
They show replacement characters for "invalid" UTF-8 input characters.
For example, "63" in ASCII is '?'.
This bug will be closed as NOTABUG, but it depends on the actual input
encoding.
+
+------- Additional Comments From admin at svwebhosting.com 2005-12-07 01:02 -------
+Sorry to open this again. I'm no encoding expert, but the mono
+documentation for System.Text.Encoding.Default says this:
+
+"Gets an encoding for the ANSI code page of the current system."
+http://www.go-mono.com/docs/index.aspx?tlink=7@ecma%3a835%23Encoding%2fP%2f1
+
+ÿ in ansi character set is 255.
+http://www.fingertipsoft.com/3dkbd/ansitable.html
+
+So shouldn't System.Text.Encoding.Default.GetBytes("ÿ") return 255?
More information about the mono-bugs
mailing list