LC_CTYPE: cannot change locale (UTF-8)

Ubuntu message “warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)” can be cured by adding to file /etc/default/locale the following line:

LC_ALL=”en_GB.UTF-8″

For immediate effect command must be entered:

export LC_ALL=”en_GB.UTF-8″

Leave a Reply