this is getting too complicated, let's try a simpler example.

start with this text:
-----
aaa
aab
ʌʌʌ
aba
ɒbb
ɒcc
ʌbb
-----

and run it through 'sort'. the result (on my machine) is:
-----
ʌʌʌ
aaa
aab
aba
ɒbb
ʌbb
ɒcc
-----

that's nor properly sorted at all! what i want is this:

-----
aaa
aab
aba
ɒbb
ɒcc
ʌbb
ʌʌʌ
-----

(i may be wrong wrt the order of 'ʌ' and 'ɒ', but since the former is
hex 'CA 8C' and the latter is 'C9 92', i'm guessing it should be this
way.)

-- 
'sort' does not correctly sort non-latin utf-8 encoded text
https://bugs.launchpad.net/bugs/71386
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

Reply via email to