Bug 143541 - Konqueror create/copy/move file/directory breaks Unicode canonical equivalence of strings
Summary: Konqueror create/copy/move file/directory breaks Unicode canonical equivalenc...
Status: REPORTED
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-28 10:11 UTC by Denis Jacquerye
Modified: 2013-12-28 09:46 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Jacquerye 2007-03-28 10:11:45 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

Konqueror breaks Unicode canonical equivalence.
See Bug 143530 for details.

When creating or copying files, Konqueror should normalize strings before checking for name conflict.
Comment 1 David Faure 2010-10-29 13:00:18 UTC
This should be done by QFile::encodeName/decodeName in my opinion.