Sign in using Google or Yahoo! id.  

Change default encoding in Debian-based systems to UTF-8

 Comments Share:   Twitter   Reddit   HackerNews   Facebook 

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.

Posted on July 01, 2010 07:11 AM by Subhash Chandran
encoding charset linux
blog comments powered by Disqus