public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug localedata/17990] New: Two test cases in localedata/tst-ctype-de_DE.ISO-8859-1.in are wrong
@ 2015-02-17  8:05 maiku.fabian at gmail dot com
  2015-02-17  8:08 ` [Bug localedata/17990] " maiku.fabian at gmail dot com
  2015-02-19  4:00 ` aoliva at sourceware dot org
  0 siblings, 2 replies; 3+ messages in thread
From: maiku.fabian at gmail dot com @ 2015-02-17  8:05 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 17990
           Summary: Two test cases in
                    localedata/tst-ctype-de_DE.ISO-8859-1.in are wrong
           Product: glibc
           Version: 2.21
            Status: NEW
          Severity: normal
          Priority: P2
         Component: localedata
          Assignee: unassigned at sourceware dot org
          Reporter: maiku.fabian at gmail dot com
                CC: libc-locales at sourceware dot org

See also: https://sourceware.org/bugzilla/show_bug.cgi?id=14094#c34

localedata/tst-ctype-de_DE.ISO-8859-1.in contains 2 test cases which
require U+00AA ª FEMININE ORDINAL INDICATOR and U+00BA º MASCULINE
ORDINAL INDICATOR *not* to be lower case.

This is wrong according to DerivedCoreProperties.txt from Unicode 7.0.0
which lists both as lower case:

    00AA          ; Lowercase # Lo       FEMININE ORDINAL INDICATOR
    00BA          ; Lowercase # Lo       MASCULINE ORDINAL INDICATOR

Therefore, the update to the LC_CTYPE data in bug#14094 changes these
two characters to be lower case and the test cases in
tst-ctype-de_DE.ISO-8859-1.in are fixed by this as well.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
>From glibc-bugs-return-27469-listarch-glibc-bugs=sources.redhat.com@sourceware.org Tue Feb 17 08:07:18 2015
Return-Path: <glibc-bugs-return-27469-listarch-glibc-bugs=sources.redhat.com@sourceware.org>
Delivered-To: listarch-glibc-bugs@sources.redhat.com
Received: (qmail 19620 invoked by alias); 17 Feb 2015 08:07:18 -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 19299 invoked by uid 48); 17 Feb 2015 08:07:14 -0000
From: "maiku.fabian at gmail dot com" <sourceware-bugzilla@sourceware.org>
To: glibc-bugs@sourceware.org
Subject: [Bug localedata/17990] Two test cases in localedata/tst-ctype-de_DE.ISO-8859-1.in are wrong
Date: Tue, 17 Feb 2015 08:07:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: glibc
X-Bugzilla-Component: localedata
X-Bugzilla-Version: 2.21
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: maiku.fabian at gmail dot com
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: P2
X-Bugzilla-Assigned-To: unassigned at sourceware dot org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: cc
Message-ID: <bug-17990-131-MZGpPntoI2@http.sourceware.org/bugzilla/>
In-Reply-To: <bug-17990-131@http.sourceware.org/bugzilla/>
References: <bug-17990-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/msg00204.txt.bz2
Content-length: 472

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

Mike FABIAN <maiku.fabian at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |carlos at redhat dot com,
                   |                            |pravin.d.s at gmail dot com

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


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

* [Bug localedata/17990] Two test cases in localedata/tst-ctype-de_DE.ISO-8859-1.in are wrong
  2015-02-17  8:05 [Bug localedata/17990] New: Two test cases in localedata/tst-ctype-de_DE.ISO-8859-1.in are wrong maiku.fabian at gmail dot com
@ 2015-02-17  8:08 ` maiku.fabian at gmail dot com
  2015-02-19  4:00 ` aoliva at sourceware dot org
  1 sibling, 0 replies; 3+ messages in thread
From: maiku.fabian at gmail dot com @ 2015-02-17  8:08 UTC (permalink / raw)
  To: glibc-bugs

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

Mike FABIAN <maiku.fabian at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aoliva at redhat dot com

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


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

* [Bug localedata/17990] Two test cases in localedata/tst-ctype-de_DE.ISO-8859-1.in are wrong
  2015-02-17  8:05 [Bug localedata/17990] New: Two test cases in localedata/tst-ctype-de_DE.ISO-8859-1.in are wrong maiku.fabian at gmail dot com
  2015-02-17  8:08 ` [Bug localedata/17990] " maiku.fabian at gmail dot com
@ 2015-02-19  4:00 ` aoliva at sourceware dot org
  1 sibling, 0 replies; 3+ messages in thread
From: aoliva at sourceware dot org @ 2015-02-19  4:00 UTC (permalink / raw)
  To: glibc-bugs

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

Alexandre Oliva <aoliva at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aoliva at sourceware dot org

--- Comment #1 from Alexandre Oliva <aoliva at sourceware dot org> ---
Duping against the bug I mentioned in NEWS and patch, although yours is newer. 
Oops.

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


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

end of thread, other threads:[~2015-02-19  4:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-17  8:05 [Bug localedata/17990] New: Two test cases in localedata/tst-ctype-de_DE.ISO-8859-1.in are wrong maiku.fabian at gmail dot com
2015-02-17  8:08 ` [Bug localedata/17990] " maiku.fabian at gmail dot com
2015-02-19  4:00 ` aoliva at sourceware dot 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).