Bug 143541

Summary: Konqueror create/copy/move file/directory breaks Unicode canonical equivalence of strings
Product: [Applications] konqueror Reporter: Denis Jacquerye <moyogo>
Component: generalAssignee: Konqueror Bugs <konqueror-bugs-null>
Status: REPORTED ---    
Severity: wishlist CC: faure, jwg716
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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.