jupyter-xeus/cpp-terminal

Color are wrong with unicode characters on Windows

anupamsr opened this issue · 2 comments

Source code of colors.cpp
image
Output on windows 11 terminal
image
On linux (wsl)
image

Am I missing some flag?

@anupamsr Do you know which font is used in your terminal for the emoji ? I think it is a font problem. I would plan to use the same font for windows terminal and linux https://unifoundry.com/unifont/ I have made some try it's working on win10 and 11 but it's not implemented yet. Unicode(utf8) for windows is still buggy I guess.

You are right. I am using nerd font version of AnonymousPro. I changed the font and it is working correctly. Thanks.