sort -u erase some utf8 characters
Bug #821951 reported by
An Yang
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
eglibc |
Confirmed
|
Critical
|
|||
langpack-locales (Ubuntu) |
Triaged
|
High
|
Unassigned |
Bug Description
sort -u will erase some utf8 characters.
see attachment for detail data.
sort -u x.sorted.utf8 > x.sorted.uniq.utf8
diff x.sorted.uniq.utf8 x.sorted.utf8 > x.diff
Changed in eglibc: | |
importance: | Unknown → Critical |
status: | Unknown → Confirmed |
Changed in langpack-locales (Ubuntu): | |
importance: | Undecided → High |
status: | Confirmed → Triaged |
To post a comment you must log in.
my result of sort -u x.sorted.utf8 > x.sorted.uniq.utf8
I do this in lucid and natty, got the same problem.