From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121736 invoked by alias); 10 Aug 2017 11:50:08 -0000 Mailing-List: contact libc-locales-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-locales-owner@sourceware.org Received: (qmail 120153 invoked by uid 55); 10 Aug 2017 11:50:02 -0000 From: "cvs-commit at gcc dot gnu.org" To: libc-locales@sourceware.org Subject: [Bug localedata/16905] hanzi: new collation Date: Thu, 10 Aug 2017 12:07:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: localedata X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: maiku.fabian at gmail dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2017-q3/txt/msg00434.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D16905 --- Comment #8 from cvs-commit at gcc dot gnu.org --- This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU C Library master sources". The branch, master has been updated via bd80111ed9cb93b2d56720dcd1d1f259616c27ae (commit) via 4169825556bcc23ced731e711be91819465d4a83 (commit) via 38dbcacb606f70ad0a35fbcacb6f3cbff5f34d94 (commit) from 68dc02d1dcbfb37ee22327d6a3c43f528d593035 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3Dbd80111ed9cb93b2d56= 720dcd1d1f259616c27ae commit bd80111ed9cb93b2d56720dcd1d1f259616c27ae Author: Mike FABIAN Date: Thu Aug 10 12:16:29 2017 +0200 Fix stdlib/tst-strfmon_l.c test case to agree with the changes in Indian monetary formatting The test cases should expose non-standard grouping and the trailing space after the currency sign. After the changes to the Indian monetary formatting, the Indian formatting still shows the non-standard grouping. To test the trailing space after the currency sign I chose the hr_HR locale. See: commit 82b3124268bec0609b337dd993e771c93e44cbf2 Author: Akhilesh Kumar Remove redundant data for LC_MONETARY for Indian locales https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3D4169825556bcc23ced7= 31e711be91819465d4a83 commit 4169825556bcc23ced731e711be91819465d4a83 Author: Akhilesh Kumar Date: Wed Aug 9 18:27:14 2017 +0530 Remove redundant data for LC_MONETARY for Indian locales Reference is taken from https://en.wikipedia.org/wiki/Indian_numbering_system https://en.wikipedia.org/wiki/Indian_rupee CLDR has the currency format pattern =E2=80=9C=C2=A4#,##,##0.00=E2= =80=9D. [BZ #21836] * locales/ar_IN (LC_MONETARY) : copy "hi_IN" * locales/as_IN (LC_MONETARY) : copy "hi_IN" * locales/bhb_IN (LC_MONETARY): copy "hi_IN" * locales/bn_IN (LC_MONETARY) : copy "hi_IN" * locales/en_IN (LC_MONETARY) : copy "hi_IN" * locales/gu_IN (LC_MONETARY) : copy "hi_IN" * locales/hi_IN (LC_MONETARY) : Fix mon_grouping, p_sep_by_space and n_sep_by_space * locales/kn_IN (LC_MONETARY) : copy "hi_IN" * locales/kok_IN(LC_MONETARY) : copy "hi_IN" * locales/ks_IN (LC_MONETARY) : copy "hi_IN" * locales/ml_IN (LC_MONETARY) : copy "hi_IN" * locales/mr_IN (LC_MONETARY) : copy "hi_IN" * locales/or_IN (LC_MONETARY) : copy "hi_IN" * locales/pa_IN (LC_MONETARY) : copy "hi_IN" * locales/sa_IN (LC_MONETARY) : copy "hi_IN" * locales/sd_IN (LC_MONETARY) : copy "hi_IN" * locales/ta_IN (LC_MONETARY) : copy "hi_IN" * locales/tcy_IN(LC_MONETARY) : copy "hi_IN" * locales/te_IN (LC_MONETARY) : copy "hi_IN" * locales/ur_IN (LC_MONETARY) : copy "hi_IN" https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3D38dbcacb606f70ad0a3= 5fbcacb6f3cbff5f34d94 commit 38dbcacb606f70ad0a35fbcacb6f3cbff5f34d94 Author: Wei-Lun Chao Date: Wed Aug 9 12:19:44 2017 +0200 cmn_TW: add hanzi collation [BZ #17563] [BZ #16905] * locales/cmn_TW (LC_COLLATE): Use cns11643_stroke file for sorting. * locales/cmn_TW (LC_TIME): Improve time and date formats. * locales/cmn_TW (LC_MESSAGES): Add yesstr and nostr. * locales/cns11643_stroke: New file, stroke count collation for traditional Chinese. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 7 + localedata/ChangeLog | 41 + localedata/locales/ar_IN | 22 +- localedata/locales/as_IN | 22 +- localedata/locales/bhb_IN | 2 +- localedata/locales/bn_IN | 22 +- localedata/locales/cmn_TW | 44 +- localedata/locales/cns11643_stroke |70754 ++++++++++++++++++++++++++++++++= ++++ localedata/locales/en_IN | 22 +- localedata/locales/gu_IN | 21 +- localedata/locales/hi_IN | 16 +- localedata/locales/kn_IN | 21 +- localedata/locales/kok_IN | 22 +- localedata/locales/ks_IN | 23 +- localedata/locales/ml_IN | 25 +- localedata/locales/mr_IN | 22 +- localedata/locales/or_IN | 22 +- localedata/locales/pa_IN | 18 +- localedata/locales/sa_IN | 21 +- localedata/locales/sd_IN | 22 +- localedata/locales/ta_IN | 22 +- localedata/locales/tcy_IN | 2 +- localedata/locales/te_IN | 22 +- localedata/locales/ur_IN | 2 +- stdlib/Makefile | 2 +- stdlib/tst-strfmon_l.c | 20 +- 26 files changed, 70868 insertions(+), 371 deletions(-) create mode 100644 localedata/locales/cns11643_stroke --=20 You are receiving this mail because: You are on the CC list for the bug.