From patchwork Mon Dec 4 18:03:32 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike FABIAN X-Patchwork-Id: 844358 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-87785-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="vwFSW1fy"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3yrCRn4dSsz9sBZ for ; Tue, 5 Dec 2017 05:03:49 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type; q=dns; s=default; b=tO0usPYUj7gzQmp8BDuE0o8xYQ7M1 KboOw9ZhoXm2BkNhL1nj026Y/1gud8RFTV1K4S+4h/ag8SY4y+y560xxCqqrLFKL ZYnR6adWH95i1YkzR3sZ6Wyj3/b0ZaizlQd7l9pja4YebG9AWTdI9XmGHCXr/bWW GbZgrjv0e+1SWo= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type; s=default; bh=yJFcNP1BTBLoaLal+w3lOyFnuFk=; b=vwF SW1fyLstSwr85NAU37RBHTdRo1jniW1V8SsV29EszWRn0Mgq3kPtI3dhi79MvZfE renCauvdSax64PKS7r0oroBGt2phS4FzTmtiBxzKHiQ+Bvm38jY9u44UICQQcOnq nbNRdFk3PfbWuEU5+G9VhCDgykY4N3OuNi1yGYvg= Received: (qmail 106879 invoked by alias); 4 Dec 2017 18:03:44 -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 106855 invoked by uid 89); 4 Dec 2017 18:03:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-25.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, SPF_HELO_PASS, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=20s, pet, kol, pon X-HELO: mx1.redhat.com From: Mike FABIAN To: "GNU C Library" Subject: [COMMITTED] hr_HR locale: =?utf-8?b?RG9u4oCZdA==?= use single code points for the digraphs in LC_TIME Date: Mon, 04 Dec 2017 19:03:32 +0100 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 [BZ #10580] * localedata/locales/hr_HR (LC_TIME): Use two letters for the digraphs in the month and day names. Using single code points for digraphs is deprecated. While there are dedicated Unicode codepoints, for the digraphs, these are included for backwards compatibility and modern texts use a sequence of Basic Latin characters. See: https://www.unicode.org/faq/ligature_digraph.html This makes the month and day names agree exactly with CLDR now, CLDR does not use the single code points for the digraphs either. From 1f6d91f328b7699610210d7d56d2cc49d60e1c27 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Mon, 4 Dec 2017 13:10:29 +0100 Subject: [PATCH 1/2] =?UTF-8?q?hr=5FHR=20locale:=20Don=E2=80=99t=20use=20s?= =?UTF-8?q?ingle=20code=20points=20for=20the=20digraphs=20in=20LC=5FTIME?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [BZ #10580] * localedata/locales/hr_HR (LC_TIME): Use two letters for the digraphs in the month and day names. Using single code points for digraphs is deprecated. While there are dedicated Unicode codepoints, for the digraphs, these are included for backwards compatibility and modern texts use a sequence of Basic Latin characters. See: https://www.unicode.org/faq/ligature_digraph.html This makes the month and day names agree exactly with CLDR now, CLDR does not use the single code points for the digraphs either. --- ChangeLog | 12 ++++++++++++ localedata/locales/hr_HR | 18 +++++++++--------- 2 files changed, 21 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index ad05366a8e..758da6266d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2017-12-04 Mike FABIAN + + [BZ #10580] + * localedata/locales/hr_HR (LC_TIME): Use two letters for the + digraphs in the month and day names. Using single code points for + digraphs is deprecated. While there are dedicated Unicode + codepoints, for the digraphs, these are included for backwards + compatibility and modern texts use a sequence of Basic Latin + characters. See: https://www.unicode.org/faq/ligature_digraph.html + This makes the month and day names agree exactly with CLDR now, + CLDR does not use the single code points for the digraphs either. + 2017-12-04 Chris Metcalf * sysdeps/tile/libm-test-ulps: Update ca{cos,sin,tan}{,h} ulps. diff --git a/localedata/locales/hr_HR b/localedata/locales/hr_HR index a3b3a75387..9aaf803a4f 100644 --- a/localedata/locales/hr_HR +++ b/localedata/locales/hr_HR @@ -198,26 +198,26 @@ END LC_NUMERIC LC_TIME abday "ned";"pon";"uto";"sri";"et";"pet";"sub" -day "nedjea";/ - "ponedjeak";/ +day "nedjelja";/ + "ponedjeljak";/ "utorak";/ "srijeda";/ "etvrtak";/ "petak";/ "subota" -abmon "sij";"ve";/ +abmon "sij";"velj";/ "ou";"tra";/ "svi";"lip";/ "srp";"kol";/ "ruj";"lis";/ "stu";"pro" -mon "sijea";/ - "veaa";/ +mon "sijeanj";/ + "veljaa";/ "oujak";/ - "trava";/ - "sviba";/ - "lipa";/ - "srpa";/ + "travanj";/ + "svibanj";/ + "lipanj";/ + "srpanj";/ "kolovoz";/ "rujan";/ "listopad";/ -- 2.14.3