public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug localedata/17998] New: ordinal indicators are lower-case, but islower disagrees
@ 2015-02-18 22:32 aoliva at sourceware dot org
  2015-02-20 22:36 ` [Bug localedata/17998] " cvs-commit at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: aoliva at sourceware dot org @ 2015-02-18 22:32 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 17998
           Summary: ordinal indicators are lower-case, but islower
                    disagrees
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: localedata
          Assignee: unassigned at sourceware dot org
          Reporter: aoliva at sourceware dot org
                CC: libc-locales at sourceware dot org

As part of the update to Unicode 7, it was noticed that such characters as ª
(U+00AA) and º (U+00BA) were not regarded as lower-case letters by islower. 
Unicode says they are, so islower is being fixed to agree.

There are further details about this in bug 14094 comment 34.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
>From glibc-bugs-return-27516-listarch-glibc-bugs=sources.redhat.com@sourceware.org Thu Feb 19 00:20:39 2015
Return-Path: <glibc-bugs-return-27516-listarch-glibc-bugs=sources.redhat.com@sourceware.org>
Delivered-To: listarch-glibc-bugs@sources.redhat.com
Received: (qmail 2731 invoked by alias); 19 Feb 2015 00:20:39 -0000
Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm
Precedence: bulk
List-Id: <glibc-bugs.sourceware.org>
List-Subscribe: <mailto:glibc-bugs-subscribe@sourceware.org>
List-Post: <mailto:glibc-bugs@sourceware.org>
List-Help: <mailto:glibc-bugs-help@sourceware.org>, <http://sourceware.org/lists.html#faqs>
Sender: glibc-bugs-owner@sourceware.org
Delivered-To: mailing list glibc-bugs@sourceware.org
Received: (qmail 2684 invoked by uid 48); 19 Feb 2015 00:20:33 -0000
From: "luto at mit dot edu" <sourceware-bugzilla@sourceware.org>
To: glibc-bugs@sourceware.org
Subject: [Bug network/17802] The DNS resolver gets stuck when one nameserver is down
Date: Thu, 19 Feb 2015 00:20:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: glibc
X-Bugzilla-Component: network
X-Bugzilla-Version: 2.19
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: luto at mit dot edu
X-Bugzilla-Status: WAITING
X-Bugzilla-Priority: P2
X-Bugzilla-Assigned-To: unassigned at sourceware dot org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: security?
X-Bugzilla-Changed-Fields:
Message-ID: <bug-17802-131-PrCuQAWbnw@http.sourceware.org/bugzilla/>
In-Reply-To: <bug-17802-131@http.sourceware.org/bugzilla/>
References: <bug-17802-131@http.sourceware.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://sourceware.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2015-02/txt/msg00251.txt.bz2
Content-length: 299

https://sourceware.org/bugzilla/show_bug.cgi?id\x17802

--- Comment #2 from Andy Lutomirski <luto at mit dot edu> ---
Unfortunately, I don't know how to test this, given that I was never able to
trigger it intentionally.

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug localedata/17998] ordinal indicators are lower-case, but islower disagrees
  2015-02-18 22:32 [Bug localedata/17998] New: ordinal indicators are lower-case, but islower disagrees aoliva at sourceware dot org
@ 2015-02-20 22:36 ` cvs-commit at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2015-02-20 22:36 UTC (permalink / raw)
  To: glibc-bugs

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

--- 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  4a4839c94a4c93ffc0d5b95c69a08b02a57007f2 (commit)
      from  e4a399dc3dbb3228eb39af230ad11bc42a018c93 (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=4a4839c94a4c93ffc0d5b95c69a08b02a57007f2

commit 4a4839c94a4c93ffc0d5b95c69a08b02a57007f2
Author: Alexandre Oliva <aoliva@redhat.com>
Date:   Fri Feb 20 20:14:59 2015 -0200

    Unicode 7.0.0 update; added generator scripts.

    for  localedata/ChangeLog

        [BZ #17588]
        [BZ #13064]
        [BZ #14094]
        [BZ #17998]
        * unicode-gen/Makefile: New.
        * unicode-gen/unicode-license.txt: New, from Unicode.
        * unicode-gen/UnicodeData.txt: New, from Unicode.
        * unicode-gen/DerivedCoreProperties.txt: New, from Unicode.
        * unicode-gen/EastAsianWidth.txt: New, from Unicode.
        * unicode-gen/gen_unicode_ctype.py: New generator, from Mike
        FABIAN <mfabian@redhat.com>.
        * unicode-gen/ctype_compatibility.py: New verifier, from
        Pravin Satpute <psatpute@redhat.com> and Mike FABIAN.
        * unicode-gen/ctype_compatibility_test_cases.py: New verifier
        module, from Mike FABIAN.
        * unicode-gen/utf8_gen.py: New generator, from Pravin Satpute
        and Mike FABIAN.
        * unicode-gen/utf8_compatibility.py: New verifier, from Pravin
        Satpute and Mike FABIAN.
        * charmaps/UTF-8: Update.
        * locales/i18n: Update.
        * gen-unicode-ctype.c: Remove.
        * tst-ctype-de_DE.ISO-8859-1.in: Adjust, islower now returns
        true for ordinal indicators.

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

Summary of changes:
 NEWS                                               |   11 +-
 localedata/ChangeLog                               |   27 +
 localedata/charmaps/UTF-8                          |11946 ++++++---
 localedata/gen-unicode-ctype.c                     |  784 -
 localedata/locales/i18n                            | 2652 +-
 localedata/tst-ctype-de_DE.ISO-8859-1.in           |    2 +-
 localedata/unicode-gen/DerivedCoreProperties.txt   |10794 ++++++++
 localedata/unicode-gen/EastAsianWidth.txt          | 2121 ++
 localedata/unicode-gen/Makefile                    |   99 +
 localedata/unicode-gen/UnicodeData.txt             |27268 ++++++++++++++++++++
 localedata/unicode-gen/ctype_compatibility.py      |  546 +
 .../unicode-gen/ctype_compatibility_test_cases.py  |  951 +
 localedata/unicode-gen/gen_unicode_ctype.py        |  751 +
 localedata/unicode-gen/unicode-license.txt         |   50 +
 localedata/unicode-gen/utf8_compatibility.py       |  399 +
 localedata/unicode-gen/utf8_gen.py                 |  286 +
 16 files changed, 53305 insertions(+), 5382 deletions(-)
 delete mode 100644 localedata/gen-unicode-ctype.c
 create mode 100644 localedata/unicode-gen/DerivedCoreProperties.txt
 create mode 100644 localedata/unicode-gen/EastAsianWidth.txt
 create mode 100644 localedata/unicode-gen/Makefile
 create mode 100644 localedata/unicode-gen/UnicodeData.txt
 create mode 100755 localedata/unicode-gen/ctype_compatibility.py
 create mode 100644 localedata/unicode-gen/ctype_compatibility_test_cases.py
 create mode 100755 localedata/unicode-gen/gen_unicode_ctype.py
 create mode 100644 localedata/unicode-gen/unicode-license.txt
 create mode 100755 localedata/unicode-gen/utf8_compatibility.py
 create mode 100755 localedata/unicode-gen/utf8_gen.py

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-20 22:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-18 22:32 [Bug localedata/17998] New: ordinal indicators are lower-case, but islower disagrees aoliva at sourceware dot org
2015-02-20 22:36 ` [Bug localedata/17998] " cvs-commit at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).