[Mono-bugs] [Bug 332515] New: IsMailNewsSave for UTF-8 returns a different value from the .NET framework .
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Oct 10 07:50:19 EDT 2007
https://bugzilla.novell.com/show_bug.cgi?id=332515
Summary: IsMailNewsSave for UTF-8 returns a different value from
the .NET framework.
Product: Mono: Class Libraries
Version: 1.2
Platform: Other
OS/Version: Other
Status: NEW
Severity: Minor
Priority: P5 - None
Component: System
AssignedTo: mono-bugs at ximian.com
ReportedBy: agallero at netscape.net
QAContact: mono-bugs at ximian.com
Found By: ---
Description of Problem:
IsMailNewsSave returns true in the .NET framework and false in mono.
Steps to reproduce the problem:
1. Create a new console Application.
2. Add this code in the Main Section:
Console.WriteLine(Encoding.UTF8.IsMailNewsSave);
3) Test it under Mono and .NET.
Actual Results:
false
Expected Results:
true
How often does this happen?
Always
Additional Information:
In UTF8Encoding.cs I see that
is_browser_save = true;
is_browser_display = true;
is_mail_news_display = true;
But
is_mail_news_save is missing.
Even when I am not 100% sure myself UTF8 returns as mailnewssave in the .NET
framework, and it is also listed as true in the IsMailNewsSave documentation.
--
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.
More information about the mono-bugs
mailing list