How can I change the default codepage/charset on a linux system from latin1 to utf8? I need to do this on two systems, one is running Ubuntu and the other Debian.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
Edit en_US UTF-8 Regenerate the supported locales on your machine: sudo dpkg-reconfigure locales Open LANG="en_US" LANGUAGE="en_US:UTF-8" if they are not, you can manually update them now. reboot. |
|||||||
|
|
If you also need to switch latin1 encoded filenames to utf-8, use
This will only show what it would do. Add the |
|||
|
|