[Mono-bugs] [Bug 69652][Wis] New - Missing Norwegian CultureInfo

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 18 Nov 2004 07:58:04 -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 stein@hokum.net.

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

--- shadow/69652	2004-11-18 07:58:04.000000000 -0500
+++ shadow/69652.tmp.7514	2004-11-18 07:58:04.000000000 -0500
@@ -0,0 +1,37 @@
+Bug#: 69652
+Product: Mono: Runtime
+Version: 1.0
+OS: Red Hat 8.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: stein@hokum.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Missing Norwegian CultureInfo
+
+Description of Problem:
+
+Under RedHat 8.0, locale nb-NO, nn-NO,no-NO are all missing (Norwegian
+CultureInfo). It is missing in the culture-info-tables.h file.
+
+Steps to reproduce the problem:
+Run:
+foreach ( CultureInfo ci in
+CultureInfo.GetCultures(CultureTypes.SpecificCultures ))  {
+                Console.Write(ci.Name+",");                       
+}
+
+Actual Results:
+ar-SA,bg-BG,ca-ES,cs-CZ,da-DK,de-DE,el-GR,en-US,fi-FI,fr-FR,he-IL,hu-HU,is-IS,it-IT,ja-JP,ko-KR,nl-NL,pl-PL,pt-BR,ro-RO,ru-RU,hr-HR,sk-SK,sq-AL,sv-SE,th-TH,tr-TR,id-ID,uk-UA,be-BY,sl-SI,et-EE,lv-LV,lt-LT,fa-IR,vi-VN,hy-AM,hy-AM,eu-ES,mk-MK,af-ZA,fo-FO,hi-IN,sw-KE,gu-IN,ta-IN,te-IN,kn-IN,mr-IN,gl-ES,kok-IN,ar-IQ,de-CH,en-GB,es-MX,fr-BE,it-CH,nl-BE,pt-PT,sv-FI,ar-EG,de-AT,en-AU,es-ES,fr-CA,ar-LY,de-LU,en-CA,es-GT,fr-CH,ar-DZ,en-NZ,es-CR,fr-LU,ar-MA,en-IE,es-PA,ar-TN,en-ZA,es-DO,ar-OM,es-VE,ar-YE,es-CO,ar-SY,es-PE,ar-JO,es-AR,ar-LB,en-ZW,es-EC,ar-KW,en-PH,es-CL,ar-AE,es-UY,ar-BH,es-PY,ar-QA,es-BO,es-SV,es-HN,es-NI,es-PR
+
+Additional Info:
+System.Threading.Thread.CurrentThread.CurrentCulture =
+System.Globalization.CultureInfo.CreateSpecificCulture("nb-NO");
+also fails.