Ticket #164 (closed defect: wontfix)
File open dialog not sorting by name
| Reported by: | rudi | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | Qt Enhanced |
| Component: | QtGui | Version: | 4.6.2 |
| Severity: | low | Keywords: | |
| Cc: |
Description
Not sure if this os OS/2 specific, but I have here a few examples where the file open dialog is not sorting the files as it should. See screenshot...
Attachments
Change History
comment:1 Changed 3 years ago by rudi
Did some investigation on that one: It looks like buggy / outdated (pre fixpack 16) unicode support in OS/2 will cause QString::localeAwareCompare() to return bogus results. I leave the ticket open for now, but this is certainly a candidate for "wontfix".
comment:2 Changed 3 years ago by dmik
- Status changed from new to closed
- Resolution set to wontfix
Yes, it seems so. At least on all my eCS systems it works like a charm (I specifically tested it on directories containing variously named files in both English and Russian, upper/lower case and so on).
A possible way to fix this would be to provide a complete 3rd party Unicode replacement (e.g iconv or whatever) but I don't feel that it's worth doing taking into account that in modern fixpacks the native Unicode support works well. So I'm wontfixing this. The one that disagrees will reopen.
