Quick fix for current shellcan't set the locale; make sure $LC_* and $LANG are correct, latin
Code: Select all
export LANG="en_US.UTF-8"
export LC_ALL="en_US.UTF-8"update
Code: Select all
sudo nano /etc/default/localCode: Select all
LANG=en_US.UTF-8
LC_ALL=en_US.UTF-8