Summary: | filemanager can't handle files with invalid encoded characters | ||
---|---|---|---|
Product: | [I don't know] kde | Reporter: | Konstantinos Kostarellis <kostacooker> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | normal | CC: | thiago |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | an rar including a zero bity file with an invalid filename encoding |
Description
Konstantinos Kostarellis
2010-05-04 23:48:38 UTC
Created attachment 43254 [details]
an rar including a zero bity file with an invalid filename encoding
unrar x invalidchar.rar
try to access with kde tools
to delete
rm CD1\ "tab"
This is intentional. Invalid-encoded filenames are considered filesystem corruption. And, as such, it means you have to use filesystem corruption-fixing tools to fix them, just like you run fsck if the filesystem is broken. |