1 Answer
- Newest
- Most votes
- Most comments
0
sudo nano /etc/environment
add these lines:
LANG="en_US.UTF-8"
LC_ALL="en_US.UTF-8"
LC_CTYPE="en_US.UTF-8"
"Ctrl + X" to exit
Write "yes" to confirm the changes
And ENTER.
answered 5 years ago
sudo nano /etc/environment
add these lines:
LANG="en_US.UTF-8"
LC_ALL="en_US.UTF-8"
LC_CTYPE="en_US.UTF-8"
"Ctrl + X" to exit
Write "yes" to confirm the changes
And ENTER.