http://bugzilla.novell.com/show_bug.cgi?id=535425
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=535425#c5 Jonathan Chambers <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Jonathan Chambers <[email protected]> 2009-09-29 21:33:38 MDT --- Using the following test case on .Net indicates they do a Ordinal comparison. This returns false under .Net and true under current mono. using System; using System.Globalization; using System.Threading; public class OrdinalTest { public static void Main() { bool found = "encyclopædia".Contains("encyclopaedia"); Console.WriteLine(found); } } -- Configure bugmail: http://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
