[Bug 1248239] Re: sorting fails on Japanese Unicode characters

Rolf Leggewie 1248239 at bugs.launchpad.net
Tue Nov 5 16:13:18 UTC 2013


assigning to bash and coreutils packages for now for confirmation and
triage

** Package changed: ubuntu => bash (Ubuntu)

** Also affects: coreutils (Ubuntu)
   Importance: Undecided
       Status: New

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

Title:
  sorting fails on Japanese Unicode characters

Status in “bash” package in Ubuntu:
  New
Status in “coreutils” package in Ubuntu:
  New

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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1248239/+subscriptions



More information about the foundations-bugs mailing list