From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qv1-f48.google.com (mail-qv1-f48.google.com [209.85.219.48]) by sourceware.org (Postfix) with ESMTPS id 754F43857813 for ; Fri, 19 Nov 2021 14:47:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 754F43857813 Received: by mail-qv1-f48.google.com with SMTP id bu11so7290126qvb.0 for ; Fri, 19 Nov 2021 06:47:57 -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:content-transfer-encoding; bh=kWdIeQfL0p6QhSMcnYxYsZmTVV3YE1PyfhG4vQ3GU00=; b=bt4Qc45yKK54ofon/JqhlxK4baVopy6Iyt3VW5jjwdKVYELQD1Ds+DztWsAt0xQjgC 3wI8ZABPckGlcWziA98dFLHl+JtBqAEIw10rcd0hKIV0c6i+LKxAz642zJM8TiHQ24b+ HRd6gqRVWEXnDAe8rhi+RhUZbC2orHuhYPO8LvoiXgrdcn7EclqBAbHCtOGvYLKmiiSM XsUR6d2tUDokJSc2ynjB16TTkJEsNnAI0ES/eVCdSJpUvj7LO27sIhfnLkcBYH3peQHH NBVNHn3KX6kzMtJt3aW0x1HMcVg9HkPEAvU90tsrYbAE2LRyS7TsIwT/GEIsSSU38cku NCDQ== X-Gm-Message-State: AOAM530JN5WJ9wRprkvM68trh2MKzUcU9nZZzsG3tD9ZQbH1s5M4ivN6 8W/z1n32qfWHN6cw3F5OGhSjtethEt8JzUXGavuD8VTL X-Google-Smtp-Source: ABdhPJwtUUM3EoDxDqgHyezGJWXmT7HHxjptklxSWoFWbnsvPX1EFqxdH5P5lP0TMvYW6o9WzY7+2SKBEJ+DLmiCVRE= X-Received: by 2002:a05:6214:c65:: with SMTP id t5mr9399861qvj.27.1637333276601; Fri, 19 Nov 2021 06:47:56 -0800 (PST) MIME-Version: 1.0 References: <202105161000.AA00005@tamuki.linet.gr.jp> In-Reply-To: <202105161000.AA00005@tamuki.linet.gr.jp> From: Wei-Lun Chao Date: Fri, 19 Nov 2021 22:47:45 +0800 Message-ID: Subject: Re: [PATCH v2] localedata: Updates for Taiwanese locales [BZ #24409] To: TAMUKI Shoichi Cc: "Carlos O'Donell" , libc-alpha Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00, BODY_8BITS, FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org 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: Fri, 19 Nov 2021 14:47:59 -0000 Dear Shoichi, Thanks for your explanation. I'll drop this part of patch. TAMUKI Shoichi =E6=96=BC 2021=E5=B9=B45=E6=9C=8816=E6= =97=A5 =E9=80=B1=E6=97=A5 =E4=B8=8B=E5=8D=886:04=E5=AF=AB=E9=81=93=EF=BC=9A > > Hello Wei-Lun-san, > > From: Wei-Lun Chao > Subject: Re: [PATCH v2] localedata: Updates for Taiwanese locales [BZ #24= 409] > Date: Thu, 13 May 2021 11:53:38 +0800 > > > > > Rationale: > > > > * Header cleanup: make the header of localedata files consistent > > > > * Remove space (abmon): remove the extra prefix space in abmon 1~9 > > > > > > Why are you trying to remove the extra prefix space in abmon 1..9? > > > By fixing the display width of abbreviated month names (%b) in the > > > same way as "Jan", "Feb", "Mar", ..., it has the effect of making the > > > display width constant, such as system log. > > > I don't think we should remove the leading space in abmon 1..9. > > > > Without this patch, "date +%b" will output with a leading space for mon= th 1..9. > > And the day number makes the display width inconstant already. > > So I think single space would be a better separator. > > The elements defined in (ab)mon and (ab)day in the current *_TW locale > are summarized in the attached file mon+day.png. In each locale, the > display widths of mon (%B) and abday (%A) can change, while the > display widths of abmon (%b) and abday (%a) are constant. > > Date and time notations such as logs and form lists may sometimes be > in RFC2822 (%a, %d %b %Y %T %z) or ctime (%a %b %d %T %Z %Y) format > with local locales. > > With this patch, these display widths will change in *_TW locale, > even though the display width of each conversion specification that > makes up them is intended to be constant. Please see the attached > file ctime.png. > > Regards, > TAMUKI Shoichi