locale setting linux
export LANGUAGE=en_US.UTF-8 export LANG=en_US.UTF-8 export LC_ALL=en_US.UTF-8 locale-gen en_US.UTF-8 dpkg-reconfigure locales
Here is what the above code is Doing:
1. Install the required packages
2. Set the locale to UTF-8
3. Generate the locale
4. Reconfigure the locale