12

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:

enter image description here

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?

Wilf
  • 30,194
  • 17
  • 108
  • 164
laike9m
  • 221

2 Answers2

0

Here's a link How to make the VT display chinese characters?

Which might be useful to you. Check it out and tell me.

0

Just reconfigure your console:

sudo dpkg --reconfigure console-setup
Eric Carvalho
  • 54,385
Arch User
  • 69
  • 1
  • 4