Just encountered:
Create a file
Code: Select all
testݒ.pdf -- the last char is a randomly chosen unicode character. Here: U+0752
What I get is:
- The entire file name "testݒ" without ".pdf" is selected. Ok.
But: the cursor is right *before* the unicode char. Shouldn't it be right before the dot? - Press the "right" key: The selection disappears and the cursor stays where it was (right *before* the unicode char). Ok.
But: When hitting the del key, the unicode char is *not* deleted but the dot is removed (and the cursor stays where it was).
With the original file name, hit Shift+F6 -> right -> right:
With the bug from 1., the cursor should now be in front of the dot but it is after the dot.
Now hit backspace: the dot is removed (ok) but the cursor jumps to before the unicode char.
It seems that the problems are gone once the last char of the file name is a regular ansi char.
Maybe there is more issues with in-place rename and unicode chars in file names...