| Summary: | bad filename sorting alphanumeric characters with _ character | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Roman Fordinal <aben> |
| Component: | general | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Roman Fordinal
2005-04-28 10:18:15 UTC
same problem in KDE-3.4.1 Setting LC_ALL=C changes this behaviour in KDE-3.4.1 resulting: "_temp, _trash, settings, tip" but files starting with numbers are still sorted first: "5something, _temp, setting,..." I have `LANG="sk_SK.utf8"` set for my national environment and the LC_COLLATE was set also for sk_SK.utf8 by default and it was wrong, but overriding it with manually setting LC_COLLATE="C" solves this problem. |