From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5744 invoked by alias); 19 Feb 2014 21:31:53 -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 20713 invoked by uid 48); 19 Feb 2014 21:05:57 -0000 From: "aldocassola at gmail dot com" To: libc-locales@sourceware.org Subject: [Bug localedata/16608] es_US locale has invalid collation rules for 'ch' and 'll' Date: Wed, 19 Feb 2014 21:31: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: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: aldocassola at gmail dot com X-Bugzilla-Status: WAITING X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: 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: 2014-q1/txt/msg00045.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D16608 --- Comment #6 from Aldo --- Comment on attachment 7429 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D7429 icu sort sample program I have written a small sort program using libicu to sort the strings "ca", "ch", "cz", and "cñ". Compile it with=20 gcc sort.c -licui18n -licuuc -licuio It takes the locale as the first command-line argument. A sample run: $ ./a.out es_EC Unsorted array (using: es_EC) ch c=C3=B1 cz ca Sorted array (using: es_EC) ca ch c=C3=B1 cz --=20 You are receiving this mail because: You are on the CC list for the bug.