Set UTF-8 characters encoding in Ubuntu console

Published on Author admin

To set UTF-8 characters encoding in Ubuntu console put following line into /etc/environment file.

LC_ALL="en_US.UTF-8"

Then restart your console session.