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=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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] @@ -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 [EMAIL PROTECTED] 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/[EMAIL PROTECTED] + +ÿ in ansi character set is 255. +http://www.fingertipsoft.com/3dkbd/ansitable.html + +So shouldn't System.Text.Encoding.Default.GetBytes("ÿ") return 255? _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
