[Mono-bugs] [Bug 63981][Maj] Changed - Sorting of strings difference in .NET and Mono

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 31 Aug 2004 12:05:30 -0400 (EDT)


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 dick@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=63981

--- shadow/63981	2004-08-31 10:41:57.000000000 -0400
+++ shadow/63981.tmp.31718	2004-08-31 12:05:30.000000000 -0400
@@ -99,6 +99,9 @@
 CultureInfo.CurrentCulture.NativeName);
 		foreach (string s in array) {
 			Console.WriteLine(s);
 		}
 	}
 }
+
+------- Additional Comments From dick@ximian.com  2004-08-31 12:05 -------
+The comment about Invariant culture still applies.