This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug localedata/17563] cmn_TW: add hanzi collation


https://sourceware.org/bugzilla/show_bug.cgi?id=17563

--- Comment #10 from cvs-commit at gcc dot gnu.org <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=glibc.git;h=bd80111ed9cb93b2d56720dcd1d1f259616c27ae

commit bd80111ed9cb93b2d56720dcd1d1f259616c27ae
Author: Mike FABIAN <mfabian@redhat.com>
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 <akhilesh.k@samsung.com>

            Remove redundant data for LC_MONETARY for Indian locales

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4169825556bcc23ced731e711be91819465d4a83

commit 4169825556bcc23ced731e711be91819465d4a83
Author: Akhilesh Kumar <akhilesh.k@samsung.com>
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 “¤#,##,##0.00”.

        [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=glibc.git;h=38dbcacb606f70ad0a35fbcacb6f3cbff5f34d94

commit 38dbcacb606f70ad0a35fbcacb6f3cbff5f34d94
Author: Wei-Lun Chao <bluebat@member.fsf.org>
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

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]