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/22657] hu_HU: Avoid double space in date


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

--- Comment #1 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  f172187b2d5bd9d22a5311b3ecd89d4ce5dbd2da (commit)
      from  c8924f1ff22cb78abc9bb950c3b23d8483ac7bba (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=f172187b2d5bd9d22a5311b3ecd89d4ce5dbd2da

commit f172187b2d5bd9d22a5311b3ecd89d4ce5dbd2da
Author: Egmont Koblinger <egmont@gmail.com>
Date:   Mon Jan 1 20:40:11 2018 +0000

    hu_HU locale: Avoid double space (bug 22657).

    The current date format prefixes one-digit days with a space, resulting
    in ugly two spaces:

    $ LC_ALL=hu_HU.UTF-8 date
    2018. jan.  1., hétfő, 21:25:35 CET
              ^^

    The official orthography rules doesn't contain an explicit rule about
    this (which already gives no sane reason for double space), and an
    implicit example of "1848. március 9." under bullet point 296 at
    http://helyesiras.mta.hu/helyesiras/default/akh12 contains a single
    space only. It's sure not convincing on an HTML page, but I confirm
    that the official book edition (e.g.
    https://www.libri.hu/en/konyv/a-magyar-helyesiras-szabalyai-32.html)
    also contains a single space there.

        [BZ #22657]
        * localedata/locales/hu_HU (d_t_fmt): Avoid a leading space
        before the day number which may produce a double space.
        (date_fmt): Likewise.

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

Summary of changes:
 ChangeLog                |    8 ++++++++
 localedata/locales/hu_HU |    4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

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