When I press tab for autocompletion I get this error:
-bash: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
I've tried running this:
locale-gen en_US en_US.UTF-8
dpkg-reconfigure locales
reboot
But it doesn't help. Do you know what is missing?
I'm running Ubuntu 13.04.
sudo dpkg-reconfigure locales
according to Locale - Debian Wiki – waffl Jul 17 '14 at 10:42dpkg-reconfigure locales
solved the problem for me :) – metakermit Sep 24 '15 at 09:08