This is the mail archive of the libc-locales@sourceware.org mailing list for the GNU libc locales 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/22336] cs_CZ LC_COLLATE does not use i18n


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

--- Comment #2 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  f9bb1ef233f7c99312ddc3efb6bc652537e077bc (commit)
      from  f433d0b3bbde748fa7f0941980c3d4d2863dc483 (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=f9bb1ef233f7c99312ddc3efb6bc652537e077bc

commit f9bb1ef233f7c99312ddc3efb6bc652537e077bc
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Fri Nov 24 15:17:18 2017 +0530

    cs_CZ locale: Base collation on iso14651_t1 [BZ #22336]

        [BZ #22336]
        * localedata/locales/cs_CZ (LC_COLLATE): Use “copy "iso14651_t1"”
        and implement the collation rules for cs from CLDR on top of that.
        * Makefile: Add cs_CZ.UTF-8 to test-input and to the list
        of locales to be built for testing.
        * cs_CZ.UTF-8.in: New file with test data to test the Czech sorting.

    Reviewed-by: Carlos O'Donell <carlos@redhat.com>

-----------------------------------------------------------------------

Summary of changes:
 localedata/Makefile       |    4 +-
 localedata/cs_CZ.UTF-8.in |  228 +++++
 localedata/locales/cs_CZ  | 2216 ++-------------------------------------------
 3 files changed, 286 insertions(+), 2162 deletions(-)
 create mode 100644 localedata/cs_CZ.UTF-8.in

-- 
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]