0

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?

1 Answers1

1

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.