[Mono-bugs] [Bug 80612][Wis] New - String.LastIndexOf( String ) does sometimes not work in sv_SE.UTF-8 or fi_FI.UTF-8
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jan 24 19:19:26 EST 2007
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 ernstp at home.se.
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: mono-bugs at ximian.com
+ReportedBy: ernstp at home.se
+QAContact: mono-bugs at ximian.com
+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:
More information about the mono-bugs
mailing list