-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Non-ASCII characters displayed incorrectly in Windows CMD when running 'git log' in version 2.12.1 #1100
Comments
@sobolevsv which version were you previously using? |
Git-2.10.1-64-bit |
thanks, yep, I have the same problem as on #1087. |
It's the less pager that causes this. I found a workaround in setting the LESS environment variable to "FrX" (default "FRX" is used otherwise). |
Closing this as stale. |
Setup
git version 2.12.1.windows.1 64-bit
$ git --version --build-options
Windows 10 64bit
$ cmd.exe /c ver
Microsoft Windows [Version 10.0.14393]
defaults?
default
One of the following:
Details
CMD and Git Bash
Minimal, Complete, and Verifiable example
this will help us understand the issue.
git log
comments in russian language
in Git Bash comment are shown correctly, but in CMD I see someting like that
<87><8E> <81>
before I upgraded to 2.12 version, russian comments were shown correctly in CMD.
The text was updated successfully, but these errors were encountered: