https://bugs.kde.org/show_bug.cgi?id=402298
i.Dark_Templar <idarktemp...@mail.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |idarktemp...@mail.ru --- Comment #3 from i.Dark_Templar <idarktemp...@mail.ru> --- (In reply to Christoph Feck from comment https://bugs.kde.org/show_bug.cgi?id=162211#c128) > The filename limit is 255 bytes, not 255 characters. In UTF-8, any non-ASCII > character needs more than 1 byte. Additionally, the last character looks > cropped, causing an illegal UTF-8 name, which Qt does not handle. Not sure if answer should go here or in old bug, so I'll post here. While it's a posix-compliant limit of 255 bytes, ntfs filesystem has a different limit on max filename length: 255 characters, which may be more than 255 bytes if UTF-8 is used. And ntfs-3g may return such long filenames. I've already hit issue with such limit inconsistencies once: https://phabricator.kde.org/D8413 -- You are receiving this mail because: You are watching all bug changes.