This is sources Bugzilla
Bugzilla Version 2.17.5
Bugzilla Bug 9844
  Wrong collation of ;: should sort after 'q', not 'k' Last modified: 2009-03-15 21:12
     Query page      Enter new bug
Bug#: 9844   Hardware:   Reporter: Martin Pitt <martin.pitt@ubuntu.com>
Host: Target: Build:
Product:     Add CC:
Component:   Version:   CC:
Remove selected CCs
Status: RESOLVED   Priority:  
Resolution: FIXED   Severity:  
Assigned To: GNU C LIbrary Locale Maintainers <libc-locales@sources.redhat.com>   Target Milestone:  
Flags: Requestee:
  backport ()
  examined ()
  testsuite ()
Summary:
Keywords:

Attachment Description Type Created Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 9844 depends on: Show dependency tree
Show dependency graph
Bug 9844 blocks:

Additional Comments:


Leave as RESOLVED FIXED
Reopen bug
Mark bug as VERIFIED

View Bug Activity   |   Format For Printing


Description:   Last confirmed: 0000-00-00 00:00 Opened: 2009-02-14 13:25
From https://launchpad.net/bugs/325159:

Quoting http://en.wikipedia.org/wiki/&#312;:

> It is used to denote the sound written as [q] in the International Phonetic
Alphabet (the voiceless uvular plosive). For collation purposes, it is therefore
considered to be a type of 'q', rather than a type of 'k', and should sort near 'q'.

At least in fi_FI.UTF-8 and en_US.UTF-8, &#312; appears next to k when sorted:

% for l in j k l p q r &#312;; do echo "$l"; done | sort | xargs
j k &#312; l p q r

Both Unicode[1] and ISO-14651[2] place &#312; after q and before r.

[1]: http://unicode.org/charts/collation/chart_Latin.html
[2]: http://www.iso.org/ittf/ISO14651_2006_TABLE1_En.txt

The locales seem to base the collation on
/usr/share/i18n/locales/iso14651_t1_common, which places &#312; after k. Perhaps the
file is based on an outdated version of the ISO-14651 table and needs to be updated.

------- Additional Comment #1 From Martin Pitt 2009-02-14 13:27 -------
Sorry, bz seems to have broken the wikipedia link. This is a safer one:

  http://en.wikipedia.org/wiki/%C4%B8

------- Additional Comment #2 From Martin Pitt 2009-02-14 13:29 -------
Meh, it broke the character in the entire text as well. Please look at the
wikipedia or launchpad page. It is a small-caps "K".

------- Additional Comment #3 From Ulrich Drepper 2009-03-15 21:12 -------
I moved the entry.

     Query page      Enter new bug
Actions: New | Query | bug # | Reports | Requests   New Account | Log In