https://bugs.kde.org/show_bug.cgi?id=162211

--- Comment #130 from bluescreenaven...@gmail.com ---
(In reply to Christoph Feck from comment #128)
> 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.

Yeah, that's the issue I was trying to fix in the script. Trying to find a way
to count the BYTES in a variable with bash...

as far as that unreadable char, this is what appears in Hexdump
nerdopolis@nerdopolis:/tmp/kiocopy/1545096048$ echo -n �| hexdump
0000000 bfef 00bd                              
0000003
It could be the fact that the char is lopped, since that is not one of the
random ones the script creates... ...but it apparently might have triggered the
silent failure ...maybe?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to