Am Freitag, 7. April 2006 04:09 schrieb Matej Cepl: > Rafael Rodríguez wrote: > > since a couple of days ago i've noted that all kde orderings are sensible > > to caps. Kmail folders, kopete groups... everything! > > > > What has changed and how can i fall back to the old behaviour? > > Same here -- and yes, I don't like it either. Any ideas?
What are your locale settings?: $ echo -e "A\na\nB\nb" | sort A B a b $ locale [...] LC_COLLATE=C [...] $ unset LC_COLLATE $ locale [...] LC_COLLATE="de_DE.UTF-8" [...] $ echo -e "A\na\nB\nb" | sort a A b B Does KDE finally respect the users locale? That would be great :) HS

