[Mono-bugs] [Bug 55969][Nor] New - Upper conversion of german character ß fails

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 23 Mar 2004 16:04:36 -0500 (EST)


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 joergr@voelcker.com.

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

--- shadow/55969	2004-03-23 16:04:36.000000000 -0500
+++ shadow/55969.tmp.18576	2004-03-23 16:04:36.000000000 -0500
@@ -0,0 +1,37 @@
+Bug#: 55969
+Product: Mono: Runtime
+Version: unspecified
+OS: Suse 8.2
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: JoergR@voelcker.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Upper conversion of german character ß fails
+
+Description of Problem:
+Conversion of german character ß fails when using String.ToUpper()
+
+Steps to reproduce the problem:
+1. Compile attached sample
+2. Run it
+
+Actual Results:
+Source: abaäöüß
+ToUpper: ABAÄÖÜ
+
+Expected Results:
+Source: abaäöüß
+ToUpper: ABAÄÖÜß
+
+How often does this happen? 
+Always
+
+Additional Information: