Summary: | File names with the \350 character cannot be deleted | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Michal Svoboda <kde> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | cfeck |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Michal Svoboda
2011-03-15 21:38:10 UTC
If your filesystem is set to UTF-8 names (which it usually is, unless you changed it manually), then 0xE8 (=0350 octal) is not a valid UTF-8 byte. See http://en.wikipedia.org/wiki/UTF-8 for valid combinations. Thats probably why it does fail, but as I said other utilities have no problem accessing/deleting the file. *** This bug has been marked as a duplicate of bug 165044 *** |