I'm running Ubuntu 12.04 in VirtualBox, but can't get Chinese chars to display correctly. Here's what chars that should be Chinese look like:
I've done everything I could, including:
sudo apt-get -y install `check-language-support -l zh_CN`
Set /var/lib/locales/supported.d/local
to
zh_CN.UTF-8 UTF-8
en_US.UTF-8 UTF-8
And change /etc/default/locale
.
What should I do then?