From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 53818 invoked by alias); 3 Oct 2016 22:56:37 -0000 Mailing-List: contact libc-locales-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-locales-owner@sourceware.org Received: (qmail 128410 invoked by uid 48); 3 Oct 2016 22:19:20 -0000 From: "meta at pobox dot com" To: libc-locales@sourceware.org Subject: [Bug localedata/20664] New: Unexpected collation in en_US.UTF-8, different to ICU CLDR Date: Mon, 03 Oct 2016 22:56:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: localedata X-Bugzilla-Version: 2.23 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: meta at pobox dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2016-q4/txt/msg00000.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D20664 Bug ID: 20664 Summary: Unexpected collation in en_US.UTF-8, different to ICU CLDR Product: glibc Version: 2.23 Status: UNCONFIRMED Severity: normal Priority: P2 Component: localedata Assignee: unassigned at sourceware dot org Reporter: meta at pobox dot com CC: libc-locales at sourceware dot org Target Milestone: --- On Fedora 24 with glibc-2.23.1 I get the following interesting sort behavio= r: % echo -e "+00\n-0c\n+02\n-02" | LC_ALL=3Den_US.UTF-8 sort +00 -02 +02 -0c On Mac OS X 10.11 I get less surprising behavior: % echo -e "+00\n-0c\n+02\n-02" | LC_ALL=3Den_US.UTF-8 sort +00 +02 -02 -0c I've tried to reproduce the first result using but have not managed to find a set of options that will do so. So I'm not sure if it is technically a bug, but I would say that it's at le= ast unexpected and apparently diverges from ICU & CLDR. --=20 You are receiving this mail because: You are on the CC list for the bug.