https://sourceware.org/bugzilla/show_bug.cgi?id=17293 Bug ID: 17293 Summary: UKR-IE should follow CYR-IE in uk_UA locale Product: glibc Version: 2.18 Status: NEW Severity: normal Priority: P2 Component: localedata Assignee: unassigned at sourceware dot org Reporter: arysin at gmail dot com CC: libc-locales at sourceware dot org Currently in uk_UA locale CYR-IE and UKR-IE have same collation order. In Ukrainian alphabet UKR-IE always follows CYR-IE. Test script: echo -e "євгеніка\nебонітовий\nепатаж" | LC_COLLATE=uk_UA.UTF-8 sort Current output: ебонітовий євгеніка епатаж Shoud be: ебонітовий епатаж євгеніка -- You are receiving this mail because: You are on the CC list for the bug. >From glibc-bugs-return-26000-listarch-glibc-bugs=sources.redhat.com@sourceware.org Wed Aug 20 03:30:30 2014 Return-Path: Delivered-To: listarch-glibc-bugs@sources.redhat.com Received: (qmail 22201 invoked by alias); 20 Aug 2014 03:30:30 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Delivered-To: mailing list glibc-bugs@sourceware.org Received: (qmail 22150 invoked by uid 48); 20 Aug 2014 03:30:22 -0000 From: "arysin at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug localedata/17293] UKR-IE should follow CYR-IE in uk_UA locale Date: Wed, 20 Aug 2014 03:30: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.18 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: arysin 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: attachments.created Message-ID: In-Reply-To: References: 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: 2014-08/txt/msg00083.txt.bz2 Content-length: 386 https://sourceware.org/bugzilla/show_bug.cgi?id293 --- Comment #1 from Andriy Rysin --- Created attachment 7750 --> https://sourceware.org/bugzilla/attachment.cgi?idw50&actioníit Fix UKR-IE collation order in uk_UA locale The patch that fixes collation order for UKR-IE -- You are receiving this mail because: You are on the CC list for the bug.