Hello,
When I use UnicodePlots in the command prompt opened by executing julia.exe (1.7.2, windows 10), I get this
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
Windows Terminal lets you change the font face globally and individually for each console, and here's how to do it.
Est. reading time: 4 minutes
should help you set the default font.
3 Likes