Comment 7 for bug 874755

Revision history for this message
aDrIanO (adrianolinux) wrote : Re: calendar "[Invalid UTF-8]" (encoding problem)

I alread have this problem.
I noticed in Users configuration tool that Ubuntu 11.10 is using iso8859-1 as default encoding for pt_BR locale.
I fixed the "Invalid UTF-8" problem changing the encoding by adding:

LANG="pt_BR.UTF-8"
LANGUAGE="pt_BR.UTF-8:pt:en"
LC_ALL="pt_BR.UTF-8"

in /etc/environment.

I would like to know if there is a way to change/install the locale pt_BR.UTF-8 using the graphic interface.