-
Notifications
You must be signed in to change notification settings - Fork 2k
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
"chcp 65001" (UTF-8) support for cmd #119
Comments
Hey, try add |
I added these two lines at the end of /vendor/init.bat :
The Python 2.7 interpreter launched from cmd works correctly now. |
Just ran into the same problem and searched for hours... |
I have that in my user startup file, too, but there are sometimes problems: the worst is
I had some fun until I found out what it was: https://github.com/tj/git-extras/blob/master/install.cmd#L13 |
@samvasko Thank you! It works good. |
Hello, |
Hello!
What's the proper way to support UTF-8 in cmd with cmder?
Executing
chcp 65001
works well. I tried to add it in /vendor/init.bat but is shows up every time I open a new tab.Here is some links :
Thanks
The text was updated successfully, but these errors were encountered: