Your locale also resorted all the ASCII letters to make upper case
letters come first.

I.e.

A
a

instead of

a
A

Lower case first is what comes from

    copy "iso14651_t1"

When using CLDR for sorting, one can use an option
[caseFirst upper], see for example:

https://github.com/unicode-org/cldr/blob/master/common/collation/da.xml

glibc has no easy option to do that at the moment.

It is *possible* do sort A-Za-z differently in your locale *but*
if you do that you will get a weird order for all Latin characters you forget.
I.e. if you do not include äÄ in your sort order as well, they would still sort 
lower case first. It is a lot of work to do this correctly for *all* Latin 
characters without a convenient option like CLDR’s [caseFirst upper],
I would recommend not doing that if it is not absolutely required.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/266975

Title:
  Request for new language packages for Kurdish Sorani (ckb)

To manage notifications about this bug go to:
https://bugs.launchpad.net/glibc/+bug/266975/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to