From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 46970 invoked by alias); 28 Aug 2019 20:47:07 -0000 Mailing-List: contact libc-stable-help@sourceware.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Subscribe: List-Archive: Sender: libc-stable-owner@sourceware.org Received: (qmail 46958 invoked by uid 89); 28 Aug 2019 20:47:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.100.3 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-17.5 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,WEIRD_QUOTING,XPRIO autolearn=ham version=3.3.1 spammy=H*Ad:U*libc-stable, China, china, day X-Spam-Status: No, score=-17.5 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,WEIRD_QUOTING,XPRIO autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on sourceware.org X-Spam-Level: X-HELO: shared-ano163.rev.nazwa.pl Received: from shared-ano163.rev.nazwa.pl (HELO shared-ano163.rev.nazwa.pl) (85.128.223.163) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 28 Aug 2019 20:47:05 +0000 X-Virus-Scanned: by amavisd-new using ClamAV (21) X-Spam-Flag: NO X-Spam-Score: 0.001 Received: from poczta.nazwa.pl (ox20.netart.com.pl [10.252.0.47]) by id16c608407a.nazwa.pl (Postfix) with ESMTP id 5247B1C37DC for ; Wed, 28 Aug 2019 22:46:46 +0200 (CEST) Date: Tue, 01 Jan 2019 00:00:00 -0000 From: Rafal Luzynski To: libc-stable@sourceware.org Message-ID: <606175185.922820.1567025182945@poczta.nazwa.pl> Subject: [PATCH COMMITTED] Chinese locales: Set first_weekday to 2 (bug 24682). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Priority: 3 Importance: Medium X-Mailer: Open-Xchange Mailer v7.8.4-Rev47 X-Originating-Client: com.openexchange.ox.gui.dhtml X-IsSubscribed: yes X-SW-Source: 2019-08/txt/msg00005.txt.bz2 The first day of the week in China (Mainland) should be Monday according to the national standard GB/T 7408-2005. References: * https://www.doc88.com/p-1166696540287.html * https://unicode-org.atlassian.net/browse/CLDR-11510 [BZ #24682] * NEWS: Mention this bug fixed. * localedata/locales/bo_CN (first_weekday): Add, set to 2 (Monday). * localedata/locales/ug_CN (first_weekday): Likewise. * localedata/locales/zh_CN (first_weekday): Likewise. (cherry picked from commit c0fd3244e71db39cef1e2d1d8ba12bb8b7375ce4) --- ChangeLog | 8 ++++++++ NEWS | 2 ++ localedata/locales/bo_CN | 1 + localedata/locales/ug_CN | 1 + localedata/locales/zh_CN | 1 + 5 files changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index a2bf94f6e9..e3da8f9a76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2019-08-28 Rafal Luzynski + + [BZ #24682] + * NEWS: Mention this bug fixed. + * localedata/locales/bo_CN (first_weekday): Add, set to 2 (Monday). + * localedata/locales/ug_CN (first_weekday): Likewise. + * localedata/locales/zh_CN (first_weekday): Likewise. + 2019-08-01 Florian Weimer [BZ #24867] diff --git a/NEWS b/NEWS index 2a57721d72..09f2ce9752 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,8 @@ Version 2.30.1 The following bugs are resolved with this release: + [24682] localedata: zh_CN first weekday should be Monday per GB/T + 7408-2005 [24867] malloc: Remove unwanted leading whitespace in malloc_info diff --git a/localedata/locales/bo_CN b/localedata/locales/bo_CN index 90cbc7807b..9df91a1721 100644 --- a/localedata/locales/bo_CN +++ b/localedata/locales/bo_CN @@ -128,6 +128,7 @@ t_fmt_ampm "/ " week 7;19971130;1 +first_weekday 2 END LC_TIME LC_MESSAGES diff --git a/localedata/locales/ug_CN b/localedata/locales/ug_CN index 1ba583c588..83d15c90e4 100644 --- a/localedata/locales/ug_CN +++ b/localedata/locales/ug_CN @@ -165,6 +165,7 @@ am_pm "";"" date_fmt "%a %d-%m-%Y %T" week 7;19971130;1 +first_weekday 2 END LC_TIME LC_MESSAGES diff --git a/localedata/locales/zh_CN b/localedata/locales/zh_CN index 62a46415c1..cd4b33602a 100644 --- a/localedata/locales/zh_CN +++ b/localedata/locales/zh_CN @@ -139,6 +139,7 @@ t_fmt_ampm "%p %I%M%S" date_fmt "%Y %m %d %A %H:%M:%S %Z" week 7;19971130;1 +first_weekday 2 END LC_TIME LC_MESSAGES -- 2.21.0