Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to use directory with unicode symbols as parameters #99

Open
fekir opened this issue Dec 10, 2024 · 0 comments
Open

Unable to use directory with unicode symbols as parameters #99

fekir opened this issue Dec 10, 2024 · 0 comments

Comments

@fekir
Copy link

fekir commented Dec 10, 2024

from cmd.exe

mc "D:\a b\a'b\a(b)\äb\àb\a`b\💋" "D:\a b\a'b\a(b)\äb\àb\a`b\💋"

fails

Using chcp 65001 does not change the behavior, mc starts in the C:/Windows/System32 directory.

On the other hand, cd followed by mc . . starts mc in the expected directories:

cd /d "D:\a b\a'b\a(b)\äb\àb\a`b\💋"
mc . .

Note: the issue is reproducible even without emojis, ä and à are sufficient to trigger this behavior

The last directory where mc enters correctly is "D:\a b\a'b\a(b)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant