UTF-8 not displaying correctly in Cygwin+zsh using ConEmu

1

I have installed the following things to use for development:

  • ConEmu 15083c
  • Recent Cygwin version
  • Cygwin zsh-5.0.8
  • Oh-My-Zsh
  • This theme

Now, when choosing a theme I realized that the display of special characters is wrong. It looks like this:

4:53:04 PM  ~ 

Or as a screenshot:

which totally does not look like it is supposed to:

I've already followed ConEmu guide on enabling UTF-8 and went through the troubleshooting steps - nothing fixed my issue and all the checks looked good.

wonderb0lt

Posted 2015-10-07T15:06:02.417

Reputation: 113

Use proper font. That's all. – Maximus – 2015-10-07T15:38:25.767

I tried all fonts available in the ConEmu dropdown so I'm not sure what kind of font you're referring to – wonderb0lt – 2015-10-08T10:51:35.747

Answers

1

Use proper font, that's all.

https://github.com/caiogondim/bullet-train-oh-my-zsh-theme#requirements

Of course, you will not see "required" font in ConEmu dropdown. ConEmu must not bundle third-party font in its distro.

Also, the font is not required to be installed in the system fonts, as described in docs one may just copy it to ConEmu program folder.

Maximus

Posted 2015-10-07T15:06:02.417

Reputation: 19 395

1I just assumed Consolas was ready for everything. That's my fault, sorry. I wasn't blaming ConEmu. Instead I want to thank you for creating this great application! :) – wonderb0lt – 2015-10-08T14:17:00.513