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

--- Comment #10 from David Tonhofer <[email protected]> ---
The problem seem to NOT occur if the UTF-8 encoding encompasses 2 bytes instead
of 3.

For example, the "delta", U+0394, is UTF-8 encoded to CE 94.

If we have a file called "DeltaΔ.txt": 

> ls DeltaΔ.txt | hexdump -Xc
> 0000000  44  65  6c  74  61  ce  94  2e  74  78  74  0a                
> 0000000   D   e   l   t   a 316 224   .   t   x   t  \n                
> 000000c

The problem is NOT triggered with:

> mkdir TEST; cd TEST; touch "DeltaΔ.txt" "DeltaΔ.pdf"; dolphin .

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

Reply via email to