From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-f41.google.com (mail-ej1-f41.google.com [209.85.218.41]) by sourceware.org (Postfix) with ESMTPS id 7C141389851F for ; Thu, 13 May 2021 03:53:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 7C141389851F Received: by mail-ej1-f41.google.com with SMTP id u21so37981700ejo.13 for ; Wed, 12 May 2021 20:53:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=XP1QWlWibw4bFQ8cyt4tF0cfLk1/HDY3XSL/KM1QX1w=; b=UkgPoxsuZ36faeIzVf24Os4zXpfQzjW3ivwhZyIOMzfNBmmSNWTdOwW3nbA5+Hpkad b4qtBIxMoi7pQvgN5m2nuJBBcyrHkeozoHYegni2K+L7hbi00rO8lTQklHWNOPmVBos6 ty3wgzMgMv6He/PEUKL0L0fnXGyXvDZflRS7twpF1PRg8rf8IYKOwaOVU3yQflGuPN79 46Cex7R0WLCzoro03S5Xj8vnCRYsL3YU17AKHcv5L1scK2B2qeGCvS9JDaOwb2y+aRmJ 1I8InPmPiK3mVlPSy5uIljfdhawnrGCm/zv05Qcs7FIrjhprCehQA4xcsqyxDwMAczbK gMVA== X-Gm-Message-State: AOAM530Pv6oBTb+N8EbcEQg0eNHSN3MQInggTDy1fr9+3uBKM9Tqgeho XokkD/SZ6eDI8An3X19CI4HfzayC9FZCEHGIokCusfuX X-Google-Smtp-Source: ABdhPJxmI4sar28SyZlVzWedSc2MpFf7VoVqEmFX4l5xu6CE14hHxWUC4kLqJCLmsQMb0KUQ/rVDoG5AHU5sJSiVvao= X-Received: by 2002:a17:906:828b:: with SMTP id h11mr41440653ejx.305.1620878029560; Wed, 12 May 2021 20:53:49 -0700 (PDT) MIME-Version: 1.0 References: <202105111115.AA00002@tamuki.linet.gr.jp> In-Reply-To: <202105111115.AA00002@tamuki.linet.gr.jp> From: Wei-Lun Chao Date: Thu, 13 May 2021 11:53:38 +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.8 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_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Thu, 13 May 2021 03:53:55 -0000 Hello, Without this patch, "date +%b" will output with a leading space for month 1= ..9. And the day number makes the display width inconstant already. So I think single space would be a better separator. Regards, Wei-Lun CHAO TAMUKI Shoichi =E6=96=BC 2021=E5=B9=B45=E6=9C=8811=E6= =97=A5 =E9=80=B1=E4=BA=8C =E4=B8=8B=E5=8D=887:17=E5=AF=AB=E9=81=93=EF=BC=9A > > Hello Wei-Lun-san, > > From: Wei-Lun Chao via Libc-alpha > Subject: [PATCH v2] localedata: Updates for Taiwanese locales [BZ #24409] > Date: Mon, 10 May 2021 11:07:27 +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. > > Regards, > TAMUKI Shoichi