I have set up an Ubuntu base image, and installed XFCE desktop.
However, Indic characters in the filenames do not show up, some boxes are shown instead.
How to fix this?
I have set up an Ubuntu base image, and installed XFCE desktop.
However, Indic characters in the filenames do not show up, some boxes are shown instead.
How to fix this?
Install the packages for Noto Fonts. The package fonts-noto-core
covers common unicode characters.
sudo apt install fonts-noto-core
If you need more unicode characters, run apt search noto
, and install the package you would need. Alternatively, use synaptic to find the appropriate package.