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/15262] LC_MESSAGES.yesexpr/noexpr: inconsistent use of romanisation


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

--- Comment #3 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  06f61f191b9217c2b65f568297c0e76d3e0cce3c (commit)
      from  f982160ead05503667c0e27efdc09e24e8b39d15 (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=06f61f191b9217c2b65f568297c0e76d3e0cce3c

commit 06f61f191b9217c2b65f568297c0e76d3e0cce3c
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Tue Apr 19 00:00:58 2016 -0400

    localedata: LC_MESSAGES.{yes,no}expr: standardize yY/nN [BZ #15262]

    The vast majority of languages include yY/nN in their yes/no regexes.
    Standardize the few that were missing them.
      ms_MY: noexpr: add nN
      nan_TW@latin: yesexpr: add yY
      nan_TW@latin: noexpr: add nN
      se_NO: noexpr: add nN

    This also highlighted a few that were incorrectly using yY/nN because
    they clashed with their localized messages:
      uz_UZ: yesexpr: change ^[+1YyHh] to ^[+1ÒÒHh]
      uz_UZ: noexpr: change ^[-0JjNn] to ^[-0ÐÐNnYyJj]
      uz_UZ@cyrillic: yesexpr: change ^[+1ÒÒYy] to ^[+1ÒÒHh]
      uz_UZ@cyrillic: noexpr: change ^[-0ÐÐNn] to [-0ÐÐNnYyJj]
      yo_NG: move nN (short for BáÌáÌni) from noexpr to yesexpr

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

Summary of changes:
 localedata/ChangeLog              |   13 +++++++++++++
 localedata/locales/ms_MY          |    2 +-
 localedata/locales/nan_TW@latin   |    4 ++--
 localedata/locales/se_NO          |    2 +-
 localedata/locales/uz_UZ          |    8 +++++---
 localedata/locales/uz_UZ@cyrillic |    7 +++++--
 localedata/locales/yo_NG          |    4 ++--
 7 files changed, 29 insertions(+), 11 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]