-
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
german characters not displaying #160
Comments
Hi @fanGit, could you try again after unchecking Monospace? |
Hi @MartiUK, I unchecked the Monospace value but it's still showing the question marks. |
I can confirm this issue as well as other umlaut related issues. During my investigation I found out that this seems to be caused by Clink. By just running clink.bat (in vendor\clink folder)you see the same results. Correct interpretation with the dir command, umlaut replaced with two question-marks with the ls command. I just opened an issue there for my main issue (misinterpreted umlauts in environment variables). As there seem to be various problems with umlauts, it will maybe get fixed there. So I guess this behavior isn't directly related to Cmder. |
Sorry, my bad. The dir-vs-ls issue is caused by msysgit (which I had in my path, d'oh), you can see the ?? also within Git Bash. |
ls & cat are delivering the wrong charset, they doesn't display chars like ä,ö,ü,ß,...
the dir command on the other hand shows the right charset
The text was updated successfully, but these errors were encountered: