| Summary: | sorting of accentuated filenames | ||
|---|---|---|---|
| Product: | [Unmaintained] kdelibs | Reporter: | Pierre Buard <pierre+libre.kde> |
| Component: | general | Assignee: | Peter Penz <peter.penz19> |
| Status: | RESOLVED DOWNSTREAM | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Pierre Buard
2009-04-28 15:52:38 UTC
What is your system locale? KDE should use the locale's sort order to sort names.
You can find out by typing
echo $LANG
in konsole.
Christoph Feck wrote: > What is your system locale? My locale is fr_FR.utf8. > KDE should use the locale's sort order to sort names. Your suggestion made me check a little further. I found out that this also happened in xterm. After a little bit of tinkering I set my empty LC_ALL (the only one not assigned) to fr_FR.utf8. This solved the problem in the terminals and in KDE. You were right, this is not a KDE bug but an Arch Linux one. I'll report it there. |