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 [EMAIL PROTECTED]

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

--- shadow/80348        2006-12-23 06:01:01.000000000 -0500
+++ shadow/80348.tmp.20364      2006-12-23 19:02:50.000000000 -0500
@@ -11,13 +11,13 @@
 AssignedTo: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: String comparisons not working
+Summary: String/CompareInfo.IndexOf  (..., OrdinalIgnoreCase) not supported
 
 Both indexes should print out as "2" yet when using OrdinalIgnoreCase it
 can't find the index of 'long'.
 
 To test just compile the code below and run it.
 
@@ -32,6 +32,11 @@
         Console.WriteLine("Index is: " + index);
 
         index= s.IndexOf("long", StringComparison.InvariantCultureIgnoreCase);
         Console.WriteLine("Index is: " + index);
     }
 }
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-12-23 19:02 -------
+This is due to CompareInfo.IndexOf whose MonoTODO is stating that
+it doesn't support CompareOptions.OrdinalIgnoreCase.
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to