Comment 10 for bug 1236258

Revision history for this message
Collin Richards (richardscollin) wrote :

Had the same issue and it was indeed a locale issue for me as well. To fix this and other errors I changed my /etc/default/locale file to:
LANGUAGE=en_US.UTF-8
LANG=en_US.UTF-8
LC_ALL=en_US.UTF-8

Then run:
sudo locale-gen
sudo dpkg-reconfigure locales