[Mono-bugs] [Bug 72125][Wis] New - Serbian Culture missdefined
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 2 Feb 2005 11:04:32 -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=72125
--- shadow/72125 2005-02-02 11:04:32.000000000 -0500
+++ shadow/72125.tmp.2558 2005-02-02 11:04:32.000000000 -0500
@@ -0,0 +1,41 @@
+Bug#: 72125
+Product: Mono: Runtime
+Version: 1.1
+OS: other
+OS Details: Debian unstable
+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: Serbian Culture missdefined
+
+Description of Problem:
+In .NET service pack 1: Serbian Culture 'sr' is defined with the same
+parent as Croatian 'hr'.
+In Mono : Serbian Culture 'sr' is defined with the parent 'hr'
+
+'Cyr-sr-SP' subculture should be named 'sr-SP-Cyr' and there should be also
+'sr-SP-Latn' subculture defined in Mono.
+
+
+Steps to reproduce the problem:
+1. CultureInfo ci = new CultureInfo("sr-SP-Latn");
+
+Actual Results:
+Shows and error saying that culture "sr-SP-Latn" is not defined or similar.
+
+Expected Results:
+Should return properly defined CultureInfo instance.
+
+
+How often does this happen?
+Always
+
+Additional Information: