From patchwork Tue Jul 11 08:10:20 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Mike FABIAN X-Patchwork-Id: 21539 Received: (qmail 80251 invoked by alias); 11 Jul 2017 08:10:26 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 80189 invoked by uid 89); 11 Jul 2017 08:10:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=-22.9 required=5.0 tests=BAYES_00, BODY_8BITS, GARBLED_BODY, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RP_MATCHES_RCVD, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy==d8=a7=d9, =d8=b9=d9, =d8=ac=d9, =d8=ae=d9?= X-HELO: mx1.redhat.com DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 5CBC5C0587D1 Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=mfabian@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 5CBC5C0587D1 From: Mike FABIAN To: Akhilesh Kumar Cc: libc-alpha@sourceware.org, pankaj.m@samsung.com Subject: Re: [PATCH 1/1] Fixed abday for ar_SA References: <1499746618-7623-1-git-send-email-akhilesh.k@samsung.com> Date: Tue, 11 Jul 2017 10:10:20 +0200 In-Reply-To: <1499746618-7623-1-git-send-email-akhilesh.k@samsung.com> (Akhilesh Kumar's message of "Tue, 11 Jul 2017 09:46:58 +0530") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Akhilesh Kumar wrote: > [BZ #21748] > Fixed abday for ar_SA > > Signed-off-by: Akhilesh Kumar > --- > localedata/locales/ar_SA | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > > diff --git a/localedata/locales/ar_SA b/localedata/locales/ar_SA > index 1987085..a39eb5f 100644 > --- a/localedata/locales/ar_SA > +++ b/localedata/locales/ar_SA > @@ -316,13 +316,13 @@ day ""; / > ""; / > ""; / > "" > -abday ""; / > - ""; / > - ""; / > - ""; / > - ""; / > - ""; / > - "" > +abday ""; / > + ""; / > + ""; / > + ""; / > + ""; / > + ""; / > + "" > mon "";/ > "";/ > "";/ That might be OK. Using 3 letter abbreviations for Arabic doesn’t seem to make any sense, CLDR uses the full versions in "abbreviated", but CLDR uses one letter abbreviations in “narrow”. But the above does not agree with CLDR, see: http://unicode.org/cldr/trac/browser/trunk/common/main/ar.xml#L1542 which has: ح ن ث ر خ ج س Your abbreviations for Sunday and Wednesday are different from what CLDR has. diff --git a/localedata/locales/ar_SA b/localedata/locales/ar_SA index 1987085..a39eb5f 100644 --- a/localedata/locales/ar_SA +++ b/localedata/locales/ar_SA @@ -316,13 +316,13 @@ day "الأحد"; / "الخميس"; / "الجمعـة"; / "السبت" -abday "Sun"; / - "Mon"; / - "Tue"; / - "Wed"; / - "Thu"; / - "Fri"; / - "Sat" +abday "د"; / + "Ù†"; / + "Ø«"; / + "ع"; / + "Ø®"; / + "ج"; / + "س" mon "يناير";/ "فبراير";/ "مارس";/