[Mono-bugs] [Bug 52851][Maj] Changed - pl-PL Culture doesn't seem to work properly

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 15 Jan 2004 06:13:27 -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 tkaszuba@hotmail.com.

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

--- shadow/52851	2004-01-15 06:06:27.000000000 -0500
+++ shadow/52851.tmp.26431	2004-01-15 06:13:27.000000000 -0500
@@ -2,13 +2,13 @@
 Product: Mono/Class Libraries
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: tkaszuba@hotmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -57,6 +57,21 @@
 (System.Web.HttpApplication/IStateHandler,bool&)
 
 ------- Additional Comments From tkaszuba@hotmail.com  2004-01-15 06:06 -------
 Created an attachment (id=6418)
 Test case
 
+
+------- Additional Comments From tkaszuba@hotmail.com  2004-01-15 06:13 -------
+I've included a test case. I've included two tests since there might 
+be two bugs here.
+
+On MS running the first produces the numer 4,3 while on Linux it 
+shows up as 4.3 The second test passes on my computer and fails on 
+Linux. I'm realizing that the behaviour for both these test could be 
+due to the culture setting on my computer which is set on pl-PL not 
+en-US. 
+
+Anyways this is the exact code I have in my aspx page that's causing 
+the trouble. Since the parsing test passed when a specific culture 
+info is provided, I'm assuming that my original assumption is right. 
+The web.config file is being read but the CultureInfo isn't changed.