kelleyma49 / PSFzf

A PowerShell wrapper around the fuzzy finder fzf
MIT License
801 stars 37 forks source link

"Select a directory" not working with the letter Ø. #221

Open chubby1968 opened 1 year ago

chubby1968 commented 1 year ago

Using fzf to select a directory using the Alt+c keybind does not work when the letter ø is present in the path. As can be seen in the screenshot below it seems to be misinterpreted as o instead. I think the path is considered to be with an o but if the directory is selected, the current directory doesn't change. There are no problems with e.g. å and æ.

image

There are no problems if using the command cd and fzf to complete the command as seen below. The ø is changed to o when pasted into the command line, but when executing the command the directory changes as expected.

image

System: Win 10