4

I'm running Ubuntu Server 20.04.1 (no GUI) and want to be able to see unicode characters in the terminal. Just to be clear: I'm not SSHed into it, the terminal I'm using is the one directly on the physical machine.

I've Googled around a lot and cannot seem to get an answer that works. I've updated my locale to en_US.UTF-8 using

sudo locale-gen en_US.UTF-8
sudo update-locale LANG=en_US.UTF-8
sudo shutdown -r now

I've also tried running

dpkg-reconfigure locale

After taking these steps, when I run the command

locale

Everything in the results says "en_US.UTF-8" yet still all unicode characters are output as: "◆◆◆◆◆◆"

I'm using this file (opening with nano or printing with cat) as my test to see if unicode works: https://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-demo.txt

All my search results lead me back to askubuntu with answers saying to use all the stuff I've already tried. Anybody have any ideas? Is the default terminal provided in Ubuntu Server simply incapable of displaying unicode?

M H
  • 41

0 Answers0