sorting fails on Japanese Unicode characters
Bug #1248239 reported by
Rolf Leggewie
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bash (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
coreutils (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
there seems to be some oddity in interpreting some Japanese unicode characters in bash and how they should be sorted.
$ ls -1 /tmp/*.txt
/tmp/⑥-test.txt
/tmp/⑤-test.txt
/tmp/④-test.txt
/tmp/①-test.txt
/tmp/③-test.txt
/tmp/②-test.txt
$ ls -1 /tmp/*.txt|sort
/tmp/⑥-test.txt
/tmp/⑤-test.txt
/tmp/④-test.txt
/tmp/①-test.txt
/tmp/③-test.txt
/tmp/②-test.txt
This is while booted into an uptodate precise system.
To post a comment you must log in.
assigning to bash and coreutils packages for now for confirmation and triage