|
To select the charsets supported by the system:
$ sudo dpkg-reconfigure locales
Check if en_US.UTF-8 is selected.
Now add the line:
export LANG=en_US.UTF-8
to your .bashrc. For the current user, the files will be created/read using the UTF-8 encoding.
|