[Mono-bugs] [Bug 72124][Wis] New - CultureInfo incompatibilities between Mono 1.1.3 and .NET 1.1.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 2 Feb 2005 10:58:50 -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 dezelin32@fastmail.fm.
http://bugzilla.ximian.com/show_bug.cgi?id=72124
--- shadow/72124 2005-02-02 10:58:50.000000000 -0500
+++ shadow/72124.tmp.2455 2005-02-02 10:58:50.000000000 -0500
@@ -0,0 +1,39 @@
+Bug#: 72124
+Product: Mono: Runtime
+Version: 1.1
+OS: other
+OS Details: Remoting server: Debian unstable Remoting client:Windows 2003 Server
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: dezelin32@fastmail.fm
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: CultureInfo incompatibilities between Mono 1.1.3 and .NET 1.1.
+
+Description of Problem:
+CultureInfo incompatibilities between Mono 1.1.3 and .NET 1.1.
+
+Steps to reproduce the problem:
+1. Create an instance of the class CultureInfo with culture 'en'
+2. Pass it via remoting to .NET client
+
+Actual Results:
+.NET client gets CultureInfo with DisplayName set to 'English' and
+EnglishName set to Arabic.
+
+
+Expected Results:
+.NET client gets CultureInfo with DisplayName set to 'English' and
+EnglishName set to 'English'.
+
+
+How often does this happen?
+Always
+
+Additional Information: