sudo nano /etc/locale.gen
en_AU.UTF-8 UTF-8
en_AU ISO-8859-1
sudo nano /etc/locale.conf
LANG=en_AU.UTF-8
sudo env-update (applies the changes to /etc/profile.env)
source /etc/profile (makes the change effective in the current shell - restart if not effective)
No comments:
Post a Comment