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/22534] Collation rules for Serbian and Bosnian should be the same as for Croatian


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

--- 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  fbb5fd03d3189c626a002029e599d7e44e623c1e (commit)
      from  5e56e937c9144e70a16793d2c5aa22d1bd0b2c18 (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=fbb5fd03d3189c626a002029e599d7e44e623c1e

commit fbb5fd03d3189c626a002029e599d7e44e623c1e
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Thu Nov 30 15:57:25 2017 +0100

    sr_RS and bs_BA locales: make collation rules the same as for hr_HR [BZ
#22534]

        According to CLDR, collation rules for Serbian and Bosnian
        should be the same as for Croatian.

        [BZ #22534]
        * localedata/Makefile: Add sr_RS.UTF-8 and bs_BA.UTF-8 to test-input
        and to the list of locales to be built for testing.
        * localedata/bs_BA.UTF-8.in: New file (same as hr_HR.UTF-8.in).
        * localedata/sr_RS.UTF-8.in: New file (same as hr_HR.UTF-8.in).
        * localedata/locales/bs_BA (LC_COLLATE): Use “copy "hr_HR"”.
        * localedata/locales/sr_RS (LC_COLLATE): Use “copy "hr_HR"”.

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

Summary of changes:
 ChangeLog                                     |   13 +++
 localedata/Makefile                           |    5 +-
 localedata/{hr_HR.UTF-8.in => bs_BA.UTF-8.in} |    0
 localedata/locales/bs_BA                      |  100 ++-------------------
 localedata/locales/sr_RS                      |  116 +++----------------------
 localedata/{hr_HR.UTF-8.in => sr_RS.UTF-8.in} |    0
 6 files changed, 39 insertions(+), 195 deletions(-)
 copy localedata/{hr_HR.UTF-8.in => bs_BA.UTF-8.in} (100%)
 copy localedata/{hr_HR.UTF-8.in => sr_RS.UTF-8.in} (100%)

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