Closed f0sh closed 6 months ago
@f0sh This is the correct behaviour.
F2 interprets 102
, 103
, 44. Guide
, and 45. Guide
as the filenames ({f}
). Everything after the last dot in the name is interpreted as the file extension ({ext}
), and that's why its omitted from the output.
I would like to rename a file which contains chinese characters. However I run into e problem, where
f2
doesn't recognise the filename properly:As visiable the
{f}
chaptures the ascii letters fine, however ignores the chinese characters.Expected output should have been:
Using Windows 11 Version 10.0.2263 both with Windows CommandLine and with WSL on Debian11/Zsh.