6450945: The week day for Saturday and the first week day in Romania locale are incorrect
authoryhuang
Thu, 17 Dec 2009 02:00:34 -0800
changeset 4605 6a5673795b63
parent 4604 7ba44857e8cd
child 4606 c79bb9876373
6450945: The week day for Saturday and the first week day in Romania locale are incorrect Reviewed-by: yhuang, peytoia
jdk/src/share/classes/sun/text/resources/FormatData_ro.java
jdk/src/share/classes/sun/util/resources/CalendarData_ro.properties
jdk/test/sun/text/resources/LocaleData
jdk/test/sun/text/resources/LocaleDataTest.java
--- a/jdk/src/share/classes/sun/text/resources/FormatData_ro.java	Thu Dec 10 17:26:47 2009 -0800
+++ b/jdk/src/share/classes/sun/text/resources/FormatData_ro.java	Thu Dec 17 02:00:34 2009 -0800
@@ -90,7 +90,7 @@
                     "miercuri", // Wednesday
                     "joi", // Thursday
                     "vineri", // Friday
-                    "s\u00eemb\u0103t\u0103" // Saturday
+                    "s\u00e2mb\u0103t\u0103" // Saturday
                 }
             },
             { "DayAbbreviations",
--- a/jdk/src/share/classes/sun/util/resources/CalendarData_ro.properties	Thu Dec 10 17:26:47 2009 -0800
+++ b/jdk/src/share/classes/sun/util/resources/CalendarData_ro.properties	Thu Dec 17 02:00:34 2009 -0800
@@ -35,9 +35,5 @@
 # This notice and attribution to Taligent may not be removed.
 # Taligent is a registered trademark of Taligent, Inc.
 
-
-# This bundle is empty because the data of the base bundle
-# is adequate for this locale.
-# The bundle is necessary to prevent the resource
-# bundle lookup from falling back to the default
-# locale.
+firstDayOfWeek=2
+minimalDaysInFirstWeek=1
--- a/jdk/test/sun/text/resources/LocaleData	Thu Dec 10 17:26:47 2009 -0800
+++ b/jdk/test/sun/text/resources/LocaleData	Thu Dec 17 02:00:34 2009 -0800
@@ -5552,3 +5552,8 @@
 
 # bug 6873931
 CurrencyNames/tr_TR/TRY=TL
+
+#bug 6450945
+CalendarData/ro/firstDayOfWeek=2
+CalendarData/ro/minimalDaysInFirstWeek=1
+FormatData/ro/DayNames/6=s\u00e2mb\u0103t\u0103
--- a/jdk/test/sun/text/resources/LocaleDataTest.java	Thu Dec 10 17:26:47 2009 -0800
+++ b/jdk/test/sun/text/resources/LocaleDataTest.java	Thu Dec 17 02:00:34 2009 -0800
@@ -31,7 +31,7 @@
  *      5102005 5074431 6182685 6208712 6277020 6245766 6351682 6386647 6379382
  *      6414459 6455680 6498742 6558863 6488119 6547501 6497154 6558856 6481177
  *      6379214 6485516 6486607 4225362 4494727 6533691 6531591 6531593 6570259
- *      6509039 6609737 6610748 6645271 6507067 6873931
+ *      6509039 6609737 6610748 6645271 6507067 6873931 6450945
  * @summary Verify locale data
  *
  */