From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 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 dcvr.yhbt.net (Postfix) with ESMTPS id 73FF31F463 for ; Fri, 3 Jan 2020 11:24:58 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:message-id:subject :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=pjtz6fD1WZiLvRsD1TXLKhsx4iY+aYYY26u0X7n8K99yFITtgrypq HvmCiQFDieF2JZbF2tmppoQ3XZ/IdMSop41D7ExxIdi1WwJuWG8AWS1Wrk08RvT5 1lpn6MFWcS/ySFO/WcThLwwDJYT7Db+5mAiOcMJd5sjcra708GQ9Pw= 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:date:from:to:cc:message-id:subject :mime-version:content-type:content-transfer-encoding; s=default; bh=UVE1pWRRUPop0MjpGBXAf9Ht4SQ=; b=xY2otJR/hJX8eP8gA2njewlIIEIy SGNzuXx6voRkIDrCJM1Mq1UiDfqVnl/LBCl+r3RfRTGpWQzPcQwf5m0D/I0ji/0E mCnX4/wfhcHQmoadE3JmGsre1Yxo/N7RWByJ8TZe1CSk32xIkY8NEHPkeCbwiL/k HxYelFKUnhWQfu0= Received: (qmail 116078 invoked by alias); 3 Jan 2020 11:24:54 -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 Received: (qmail 115963 invoked by uid 89); 3 Jan 2020 11:24:37 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: shared-ano163.rev.nazwa.pl DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=lingonborough.com; s=1568761524.internal; t=1578050661; bh=8Kiqwup+Hf57rp5ACv9MQa0bONz18QT6dR5kJlhmnE0=; h=Date:From:To:Cc:Subject; b=LPesTkWhQ5rnzO85j+O0yZRFSJPUQX6FvMfKQgtxMJdgeVSmouQxu/3/kovWb6mzF X6wVx3G/TgiD3dUCo0+5hAds4xnfKu4IzRwWKBaL20opOxgGTi0/z+afVg1KzcqyeC dZD4MV177gf9nBxraC281bk24y67Ax3ukJR3o9Ogqpy69r8mLTR2suwjw5xjTU1vLo wDD8/FYH8bEi0PMz0rr9NeVE+Wb9K7qZSVo8QXaTFtAXZGfigkDZtRpeuOQKH6rD6S GyPX3dpeqXQIOOlpIb0KrHbFGArGoRpFFopUJjMzrem5yb1ty5cmzGHRNInigG8HDV MjMI93l9Ug1PQ== Date: Fri, 3 Jan 2020 12:23:49 +0100 (CET) From: Rafal Luzynski To: Siddhesh Poyarekar , libc-alpha@sourceware.org Cc: Florian Weimer , Jure Sah Message-ID: <1916116025.682367.1578050629547@poczta.nazwa.pl> Subject: [PATCH] sl_SI locale: Use "." as the thousands separator (bug 25233) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit The patch is trivial but as we are in the (slushy) freeze period the question is: Is it OK to commit today/tonight? Siddhesh? Regards, Rafal ---------------------------8<--------------------------- From: =?UTF-8?q?Rafa=C5=82=20Lu=C5=BCy=C5=84ski?= Date: Fri, 3 Jan 2020 12:11:20 +0100 This is correct according to CLDR [1] and Florian Weimer's quick research. [2] [1] https://st.unicode.org/cldr-apps/v#/sl/Symbols/ [2] https://sourceware.org/bugzilla/show_bug.cgi?id=25233#c0 --- localedata/locales/sl_SI | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/localedata/locales/sl_SI b/localedata/locales/sl_SI index 8e290175ba..3c15937801 100644 --- a/localedata/locales/sl_SI +++ b/localedata/locales/sl_SI @@ -2134,7 +2134,7 @@ LC_MONETARY int_curr_symbol "EUR " currency_symbol "" mon_decimal_point "," -mon_thousands_sep "" +mon_thousands_sep "." mon_grouping 3;3 positive_sign "" negative_sign "-" @@ -2150,7 +2150,7 @@ END LC_MONETARY LC_NUMERIC decimal_point "," -thousands_sep "" +thousands_sep "." grouping 0;0 END LC_NUMERIC -- 2.21.0