Unicode in command line

Hello,

When I use UnicodePlots in the command prompt opened by executing julia.exe (1.7.2, windows 10), I get this
image

I was wondering if this is normal or if there’s a configuration somewhere that can enable unicode character printing ?

Many thanks !

Use a font with better Unicode support (like JuliaMono).

1 Like

Thanks I did not know juliamono. I installed it but I don’t know how to configure julia to use it, I don’t see the option in Command-line Options · The Julia Language

That’s a terminal specific setting. One of

should help you set the default font.

3 Likes

Sweet, thanks !!