From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-relay-internal-0.canonical.com (smtp-relay-internal-0.canonical.com [185.125.188.122]) by sourceware.org (Postfix) with ESMTPS id 4192A3858404 for ; Sun, 30 Jan 2022 23:58:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4192A3858404 Received: from mail-ed1-f72.google.com (mail-ed1-f72.google.com [209.85.208.72]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp-relay-internal-0.canonical.com (Postfix) with ESMTPS id 053BF3F308 for ; Sun, 30 Jan 2022 23:58:30 +0000 (UTC) Received: by mail-ed1-f72.google.com with SMTP id en7-20020a056402528700b00404aba0a6ffso6051235edb.5 for ; Sun, 30 Jan 2022 15:58:30 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=GJs7KSZ5ewJPzsQu7c5Syq1n/wJ6uAYOrIIwrdTU43o=; b=aCcrMFjWzsY7SXlKKy1zv/S4WA93l7gxe7z29ItHQiqlXlso4RN3TeQ54uqFimuE96 mwDXeAQ2zcAQGpa5J1oMWkuZQWaInaOjqZJppk/MN/Pxrw8ThrJGkKEOQoVT/tfUFVVo WGAAqSZNtQ6MPSqYIWHwVkPKPeOWDIGWNBVllLaE50HqateiOY+DC0EUv2Kd/wg+LkhD Ssqv7+WNIclGqNN9005grAzErYMZEzZ9daKiVNSsurAg+rvPyjINpt+OFgfs4t2Afbor YnMZzwjSsLg3RZe9NT2VAmHzjE3+NDSTqrbh2YjRhQFOYURwzbW586tYCFweq3AGSNeL 0R1Q== X-Gm-Message-State: AOAM532h28wkcasEMvFUzv7JtOZ3h26SaHXvFT2J7UNihcAO5JtgXucG K51EMlYrHRL0RX4Wj8jOt7nits04LW0wOtGChbNET1X+8zpbDIaroW9WcPRo6SszUxJ63R7ziZK d1u5jc4TgyPdINdRRPLNFqmDQ077AocJIMIn6a/jGZ7ap1DPSCT9fZw== X-Received: by 2002:a17:906:c108:: with SMTP id do8mr14803029ejc.167.1643587109652; Sun, 30 Jan 2022 15:58:29 -0800 (PST) X-Google-Smtp-Source: ABdhPJzzitqyl5liuBuyQJqCNXXceAbLIRvunIA2bXukVqs0IBh2rbbcMnAbpb4puDvSeAyWIg1LkKaZatSIi9homiM= X-Received: by 2002:a17:906:c108:: with SMTP id do8mr14802992ejc.167.1643587108484; Sun, 30 Jan 2022 15:58:28 -0800 (PST) MIME-Version: 1.0 References: <20210906154336.610973-1-carlos@redhat.com> <20210906154336.610973-3-carlos@redhat.com> In-Reply-To: From: Michael Hudson-Doyle Date: Mon, 31 Jan 2022 12:58:17 +1300 Message-ID: Subject: Re: [PATCH v12 2/2] Add generic C.UTF-8 locale (Bug 17318) To: "Carlos O'Donell" Cc: libc-alpha@sourceware.org, Florian Weimer X-Spam-Status: No, score=-10.1 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, HTML_MESSAGE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2022 23:58:35 -0000 On Sat, 29 Jan 2022 at 05:42, Carlos O'Donell wrote: > On 1/25/22 21:44, Michael Hudson-Doyle wrote: > > On Tue, 7 Sept 2021 at 03:45, Carlos O'Donell via Libc-alpha < > > libc-alpha@sourceware.org> wrote: > > > >> diff --git a/localedata/locales/C b/localedata/locales/C > >> new file mode 100644 > >> index 0000000000..ca801c79cf > >> --- /dev/null > >> +++ b/localedata/locales/C > > > > > > [...] > > > > > >> > >> > > +LC_TIME > >> +% This is the POSIX Locale definition for the LC_TIME category with the > >> +% exception that time is per ISO 8601 and 24-hour. > >> +% > >> +% Abbreviated weekday names (%a) > >> +abday "Sun";"Mon";"Tue";"Wed";"Thu";"Fri";"Sat" > >> + > >> +% Full weekday names (%A) > >> +day "Sunday";"Monday";"Tuesday";"Wednesday";"Thursday";/ > >> + "Friday";"Saturday" > >> + > >> +% Abbreviated month names (%b) > >> +abmon "Jan";"Feb";"Mar";"Apr";"May";"Jun";"Jul";"Aug";"Sep";/ > >> + "Oct";"Nov";"Dec" > >> + > >> +% Full month names (%B) > >> +mon "January";"February";"March";"April";"May";"June";"July";/ > >> + "August";"September";"October";"November";"December" > >> + > >> +% Week description, consists of three fields: > >> +% 1. Number of days in a week. > >> +% 2. Gregorian date that is a first weekday (19971130 for Sunday, > >> 19971201 for Monday). > >> +% 3. The weekday number to be contained in the first week of the year. > >> +% > >> +% ISO 8601 conforming applications should use the values 7, 19971201 (a > >> +% Monday), and 4 (Thursday), respectively. > >> +week 7;19971201;4 > >> > > > > It's obviously a bit late, but this is a difference from the > Debian/Ubuntu > > It is never too late! Thank you for raising this. > No worries. Should have got to it sooner but well. > Given that you've had problems with one application, other applications > will have problems too. > > I think we should probably keep C == C.UTF-8 and not change any of the > existing LC_TIME properties. > As far as I understand these issues (which is not very far) I think this makes sense. Cheers, mwh