[Bug localedata/498] Wrong sorting with the @euro modifier
jakub@redhat.com
sourceware-bugzilla@sources.redhat.com
Thu Nov 4 07:07:00 GMT 2004
------- Additional Comments From jakub at redhat dot com 2004-11-04 07:06 -------
Works for me just fine as well:
[jakub@hammer ~]$ LANG=C sort sort.txt
foo.cpp
foo.desktop
foo.h
foodoc.cpp
foodoc.h
[jakub@hammer ~]$ LANG=es_ES sort sort.txt
foo.cpp
foo.desktop
foodoc.cpp
foodoc.h
foo.h
[jakub@hammer ~]$ LANG=es_ES@euro sort sort.txt
foo.cpp
foo.desktop
foodoc.cpp
foodoc.h
foo.h
[jakub@hammer ~]$ LANG=ca_ES sort sort.txt
foo.cpp
foo.desktop
foodoc.cpp
foodoc.h
foo.h
[jakub@hammer ~]$ LANG=ca_ES@euro sort sort.txt
foo.cpp
foo.desktop
foodoc.cpp
foodoc.h
foo.h
--
http://sources.redhat.com/bugzilla/show_bug.cgi?id=498
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the Glibc-bugs
mailing list