This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/1] Remove redundant data for niu_NZ


Mike FABIAN <mfabian@redhat.com> wrote:

> Akhilesh Kumar <akhilesh.k@samsung.com> wrote:
>
>> Removed redundant data (LC_TIME and LC_MESSAGES) for niu_NZ.
>>
>> [BZ #22023]
>> 	* locales/niu_NZ (LC_TIME)     : copy "niu_NU"
>> 	* locales/niu_NZ (LC_MESSAGES) : copy "niu_NU"
>>
>
> [...]
>
>> -
>> -week 7;19971130;1
>> +copy "niu_NU"
>>  END LC_TIME
>
> niu_NU contains:
>
> week 7;19971130;1
> first_weekday 2
>
> Is “first_weekday 2” appropriate for NZ?

common/supplemental/supplementalData.xml in CLDR lists NZ among the
territories with Sunday as the first day of the week:

          <firstDay day="sun"  territories="
			AG AR AS AU
			BR BS BT BW BZ
			CA CN CO
			DM DO
			ET
			GT GU
			HK HN
			ID IE IL IN
			JM JP
			KE KH KR
			LA
			MH MM MO MT MX MZ
			NI NP NZ
			PA PE PH PK PR PY
			SA SG SV
			TH TN TT TW
			UM US
			VE VI
			WS
			YE
			ZA ZW"
          />

It does not list NU at all. So if it is true that first_weekday
should be 2 (Monday) for NU and 1 (Sunday) for NZ, then
we cannot use copy "niu_NU".

-- 
Mike FABIAN <mfabian@redhat.com>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]