From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ot1-x332.google.com (mail-ot1-x332.google.com [IPv6:2607:f8b0:4864:20::332]) by sourceware.org (Postfix) with ESMTPS id 737A5396C830 for ; Tue, 20 Apr 2021 02:01:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 737A5396C830 Received: by mail-ot1-x332.google.com with SMTP id 35-20020a9d05260000b029029c82502d7bso3066021otw.2 for ; Mon, 19 Apr 2021 19:01:03 -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=N6mjWQ6Nng4/+d4btU0NJSZF7vwp6+KS8Sdwa62qNe0=; b=XGp5B865QmCMZocyv5ck48jEZtKFK05Bn0nUdsirkwOD/IqVf2H1R1yVhrto91QxTK nz2YSx71fmiya7PXXv49CFlWdbENr3y8w1sNnRJkUqMviTqga7v3Ty/wnqvLLhFO3PbZ FzMa3ZPyn1sBBymBLCE6irG8TYhW79+nE2DJzBogdT9K2bzxzLYAZrvtzzR5uexAabFF dxn4bCES66McS8EtY3A6A5UZdweCvGqw4aqspa4sSY+3yR7qR+KYGj8dfVXSeOETp3AK eF+XcZz5roOvnOXRiUCdnrGuXXV52J/7ZX1BEmwr5A8PrDqTovF9jaoMRrhb/qTJKNs3 p22g== X-Gm-Message-State: AOAM531XqMtEmlX3VlhtcH6+2gkX+crTcU2t5PzX64r3eE4EZOA7z/lQ 4POos99BHrEJuGBQ1f0TupFeImmB/MeV4oe520I= X-Google-Smtp-Source: ABdhPJzgZHg7FeBA5CLXByQCy71ndVZneIgzzT+XyHwIWR10wDB7EjgBD+iI1HHWNdVgj1HWB1pTNaERfe8GzQt7plU= X-Received: by 2002:a05:6830:1515:: with SMTP id k21mr16923250otp.269.1618884062846; Mon, 19 Apr 2021 19:01:02 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: "H.J. Lu" Date: Mon, 19 Apr 2021 19:00:26 -0700 Message-ID: Subject: Re: localedata: Updates for Taiwanese locales [BZ #24409] To: =?UTF-8?B?6LaZ5oOf5YCr?= Cc: libc-alpha Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-3027.8 required=5.0 tests=BAYES_00, BODY_8BITS, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham 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: Tue, 20 Apr 2021 02:01:04 -0000 On Thu, Apr 8, 2021 at 12:06 AM =E8=B6=99=E6=83=9F=E5=80=AB via Libc-alpha wrote: > > Rationale: > * Header cleanup: make the header of localedata files consistent > * Remove space (abmon): remove the extra prefix space in abmon 1~9 > * Add (week): add the missing definition of week and first_weekday to 2 > * Change (thousands_sep): change the thousands_sep from [,] to ['] to Is space better than ['] as the decimal separator? > avoid confusion of grouping 4 with usual grouping 3 > * Simplify (yesexpr) and (noexpr): remove unusual full-width characters > * Add collation: add missing collation used in cmn_TW > > Changelog: > * localedata/locales/cmn_TW: Header cleanup; Remove space (abmon); Add > (week); Change (thousands_sep); Simplify (yesexpr) and (noexpr). > * localedata/locales/hak_TW: Likewise and add collation. > * localedata/locales/nan_TW: Likewise and add collation. > * localedata/locales/lzh_TW: Likewise and add collation. Isn't =E5=AD=9F=E6=98=A5, =E4=BB=B2=E6=98=A5, =E5=AD=A3=E6=98=A5, =E5=AD=9F= =E5=A4=8F, =E4=BB=B2=E5=A4=8F, =E5=AD=A3=E5=A4=8F, =E5=AD=9F=E7=A7=8B, =E4= =BB=B2=E7=A7=8B, =E5=AD=A3=E7=A7=8B, =E5=AD=9F=E5=86=AC, =E4=BB=B2=E5=86=AC= , =E5=AD=A3=E5=86=AC for lunar calendar? --=20 H.J.