-
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
Bad unicode support (wrong glyphs on alsamixer) #545
Comments
What ssh do you run in the bottom-right cmd.exe? Use taskmanager or ProcessExplorer to find exact/full path to the ssh.exe file in all cases. I believe that are different. So, to fix the problem you have to set up your %PATH% to point the directory with prop proper shh first. |
Yes, they are different. Mintty and cmd.exe are both using the version from Cygwin. But Cmder is using the one from the Git for Windows package.
I thought they were exactly the same, just renamed ("msysGit" to "Git for Windows").
What do you mean with profiles?
The official website states 1.9.5 as the latest stable version. I didn't know about that one until you mentioned it. I guess I can download it from here. I'll need to try this new version and see how it works. |
I mean cygwin has git package, but AFAIK it used cygwin core. So it is different from "msysGit".
.bashrc and, actually, dozens of other configuration files. Of course they msys and cygwin has different configs even if you use same
Exactly. Not sure about its production stage, but I'm using this updated version in my work because do not like cygwin. |
I started using that version too. Well, they say it's an RC4, they should be close to release a production ready version. However, since I've installed that version, all my utilities are coming from Cygwin because I only added But I tested For now, this works for me. I'm not getting rid of Cygwin just yet for SSH purposes, I still prefer to use Mintty over Cmder/ConEmu (as you are aware from the other issue). |
They say a picture is worth a thousand words:
Only Cmder, for some strange reason, does not have proper glyph support for alsamixer (not sure if it's relevant but I'm accessing my Debian Wheezy machine through SSH).
I've read the Unicode Support page from ConEmu and I still can't get this to work properly. The
chcp 65001
command doesn't help. And when I runchcp
oncmd.exe
to check the codepage, it reports 850, same as Cmder, so it should just work.I'm using the same font on all consoles and that is
Consolas
with font charsetANSI
and I've also tried to change the alternative font for pseudographics, nothing works.This happens only on the following Cmder task:
cmd /k "%ConEmuDir%\..\init.bat" -new_console:d:%USERPROFILE%
. After messing withinit.bat
contents I've found that removing%GIT_INSTALL_ROOT%\bin;
from https://github.com/bliker/cmder/blob/master/vendor/init.bat#L41, "solves" the problem. Glyphs are now properly rendered for alsamixer.But this is not a solution because it prevents me from using all the msysGit tools inside Cmder.
Thoughts on how to properly solve this?
The text was updated successfully, but these errors were encountered: