This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug localedata/498] Wrong sorting with the @euro modifier


------- 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]