[Bug 604056] New: incorrect unicode string order
http://bugzilla.novell.com/show_bug.cgi?id=604056 http://bugzilla.novell.com/show_bug.cgi?id=604056#c0 Summary: incorrect unicode string order Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: x86-64 OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Mono AssignedTo: bnc-team-mono@forge.provo.novell.com ReportedBy: bluedzins@wp.pl QAContact: qa@suse.de Found By: --- Blocker: --- I tested Polish characters, and it appears that Mono first "downgrades" polish character to raw latin one (ę -> e) and then makes the comparison. Example to check the behaviour: var xx = new string[] { "środek","sadek", "sudek" }; Console.WriteLine(xx[0].CompareTo(xx[1])); Console.WriteLine(xx[0].CompareTo(xx[2])); Versions: 2.2, 2.4b1. I tested VS2008 for comparison, the comparison is correct there. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com