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

Accented characters #234

Closed
lucastrcts opened this issue Aug 24, 2014 · 4 comments
Closed

Accented characters #234

lucastrcts opened this issue Aug 24, 2014 · 4 comments
Labels
👆 Git Upstream issue in Git for Windows.

Comments

@lucastrcts
Copy link

Hello,

When i type 'ls' command, I see '?' instead of the accented char. See below :
image

Is there a way to display accented characters ?

Thanks,

@elsassph
Copy link

That's an issue with msysgit's ls, not cmder.
I'd like a solution though.

@MartiUK
Copy link
Member

MartiUK commented Aug 28, 2014

Yeah, sorry.
The only help I could find is regarding git, may I suggest using powershell or aliasing ls to dir?
alias ls=dir

OR

alias ls to ls --show-control-chars: alias ls=ls --show-control-chars --color $*

@kud
Copy link

kud commented Jan 1, 2016

Indeed. I did that:

ls=ls --show-control-chars -F --color $*
lsa=ls -lah --show-control-chars -F --color $*
l=ls -la --show-control-chars -F --color $*
ll=ls -l --show-control-chars -F --color $*
la=ls -lap --show-control-chars -F --color $*

(quite boring, even if you defined ls like that, you have to specify it for other aliases too.)

@Jackbennett
Copy link
Contributor

commit 997bd5c24... has pulled in ls=ls --show-control-chars -F --color $* so I'm closing this fixed.

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

No branches or pull requests

5 participants