[Mono-bugs] [Bug 70478][Nor] Changed - String.Compare("HIJ", "hij", false) gives wrong result

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 13 May 2005 08:59:35 -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 mdevine@cs.stanford.edu.

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

--- shadow/70478	2005-05-12 23:30:24.000000000 -0400
+++ shadow/70478.tmp.15787	2005-05-13 08:59:35.000000000 -0400
@@ -10,13 +10,12 @@
 Component: misc
 AssignedTo: atsushi@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: String.Compare("HIJ", "hij", false) gives wrong result
 
 [benm@omega benm]$ cat t.cs
 using System;
   
 class X {