Hi, I wanted to check language support and possible internationalization so wrote this and found some text renders properly while others show Unicode end points. How do I fix this, please? The attached screenshot shows the issue. Thank you.
Quote from: Aruna on December 27, 2024, 04:41:14 pmHi, I wanted to check language support and possible internationalization so wrote this and found some text renders properly while others show Unicode end points. How do I fix this, please? The attached screenshot shows the issue. Thank you.More than likely, you're using a font which doesn't have glyphs for those code points. Try Noto Sans - it seems to have the most expansive coverage.
Hello @dsiders, you were right. I had to Code: Text [Select][+][-]sudo apt update then sudo apt install fonts-noto and boom everything worked! Screenshot is attached. So thank you. I have a question though... something I have not seen before. When I did sudo apt update one of the lines said: Hit:5 https://packages.microsoft.com/repos/code stable InRelease (So I am wondering what is going on?? Second screenshot shows this..)
Quote from: Aruna on December 28, 2024, 12:07:45 amHello @dsiders, you were right. I had to Code: Text [Select][+][-]sudo apt update then sudo apt install fonts-noto and boom everything worked! Screenshot is attached. So thank you. I have a question though... something I have not seen before. When I did sudo apt update one of the lines said: Hit:5 https://packages.microsoft.com/repos/code stable InRelease (So I am wondering what is going on?? Second screenshot shows this..)No idea. That's something you should address to the Debian package maintainers.