cmderdev / cmder

Lovely console emulator package for Windows
https://cmder.app
MIT License
25.86k stars 2.03k forks source link

[Bug] When I search in Arabic doesn't get result #2972

Closed mohseenjamall closed 1 week ago

mohseenjamall commented 1 week ago

Version Information

Cmder version: 230724 stable
Operating system: Win 11 x64

Cmder Edition

Cmder Full (with Git)

Description of the issue

When I search in Arabic like this . Screenshot 2024-09-28 144501

How to reproduce

No response

Additional context

No response

Checklist

DRSDavidSoft commented 1 week ago

Hi there,

The علوم شرعیة seems to be a directory. What are you trying to do?

If you are trying to cd into it, cd "علوم شرعیة" should do the job. If you need to open the folder in explorer, simply change the cd command to explorer.

Alternatively, you are looking at the auto complete or auto suggest functionality of the shell, which is provided by tab or Ctrl + space.

Please note that all of this is provided by Clink, which is the shell that Cmder uses, this we can't really help with that:

https://github.com/chrisant996/clink

If you would like, please fill the information below so that I can understand what you're trying to do.

Steps to reproduce E.g.:

  1. Type ...
  2. Press ...

Desired behavior What you want to see. Provide an example of what happens with non-Arabic characters.

Actual Behavior What is happening that is not correct? Is something not working? Post a screenshot of what should happen instead, if it worked correctly.

chrisant996 commented 1 week ago

@mohseenjamall It looks like you are trying to use single quotes ' around the path with spaces.

Cmd.exe only support double quotes ".

This has nothing to do with Cmder or Clink, this is just a misunderstanding about the difference between how cmd.exe works on Windows, versus how Linux shells work on Linux.

mohseenjamall commented 1 week ago

@chrisant996 It's work thanks bro.