Summary: | The unicode space " " (U+3000) is interpreted as a separator | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Zéfling <zefling> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aria, de.meyer.maarten, frank78ac, kdelibs-bugs, yasuna |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kcoreaddons/bfe6f2fc9fc093723af065fbb1bf734148f0c1c2 | Version Fixed In: | 5.15 |
Sentry Crash Report: | |||
Attachments: | Example in image. |
Description
Zéfling
2015-03-14 11:48:12 UTC
Created attachment 91555 [details]
Example in image.
Thanks for the bug report! I can reproduce the problem, but it's most likely not a Dolphin issue (I can also reproduce it in FolderView). KRun is used to open files with applications like Kate, so I'll reassign to KIO. Thank you for the bug report. I'll take a look at this. *** This bug has been marked as a duplicate of bug 341916 *** Not the same as 341916, because *this* one I can reproduce ;) Note that it works with an ASCII space, so this is indeed specific to the Unicode space character. Git commit bfe6f2fc9fc093723af065fbb1bf734148f0c1c2 by David Faure. Committed on 04/10/2015 at 12:59. Pushed by dfaure into branch 'master'. KShell::splitArgs: only ASCII space is a separator, not unicode space U+3000 REVIEW: 125517 FIXED-IN: 5.15 M +5 -0 autotests/kshelltest.cpp M +5 -5 src/lib/util/kshell_unix.cpp http://commits.kde.org/kcoreaddons/bfe6f2fc9fc093723af065fbb1bf734148f0c1c2 *** Bug 268771 has been marked as a duplicate of this bug. *** This was really a terrible bug for user experience (and I was confronted to this issue yesterday) so thank you very much. :) Well, I'm still curious as to what is the use case for a "unicode space" in a filename ;-) It’s called «Ideographic Space» and is in the «CJK Symbols and Punctuation» block so it’s probably also used in Chinese and Korean. |