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=80612 --- shadow/80612 2007-01-24 19:19:26.000000000 -0500 +++ shadow/80612.tmp.2634 2007-01-24 19:19:26.000000000 -0500 @@ -0,0 +1,36 @@ +Bug#: 80612 +Product: Mono: Class Libraries +Version: 1.2 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: CORLIB +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: String.LastIndexOf( String ) does sometimes not work in sv_SE.UTF-8 or fi_FI.UTF-8 + +Description of Problem: +"/home/web".LastIndexOf ("web") returns -1 instead of 6 + +Steps to reproduce the problem: +1. export LANG=sv_SE.UTF-8 +2. booish +3. "/home/web".LastIndexOf ("web") + +Actual Results: +-1 + +Expected Results: +6 + +How often does this happen? +Every time + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
