I'm having a problem with my locale setting.
Quote:
-bash-3.2$ locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS=&
thanks karol. I didn't had DAEMON_LOCALE set to anything.
Hello gurus, I would like to get deep into charset and encoding isse, also tried google it but no luck.
So I did [*]sudo dpkg-reconfigure locale[/*], chose sv_SE.utf8pif@crunchbang:~$ locale -aCen_US.utf8POSIXsv_SE.utf8I didn't choose it as default:pif@crunchbang:~$ localeLANG=en_US.UTF-8LANGUAGE=en_US:enLC_CTYPE="en_US.UTF-8"LC_NUMERIC="en_US.UTF-8"LC_TIME="en_US.UTF-8"LC_COLLATE="en_US.UTF-8"LC_MONETARY="en_US.UTF-8"LC_MESSAGES="en_US.UTF
I run gparted from terminalkm@kms:~$ sudo gparted
======================
libparted : 2.3
======================Gparted freezes when scanning the partions. Here http://ubuntuforums.org/showthread.php?t=1988565 I found a solution for this problem.
As the title above said, I have a CentOS5.5 with /etc/sysconfig/i18n:
LANG="en_US"
#SYSFONT="latarcyrheb-sun16"
and the outpu of locale is:
LANG=en_US
LC_CTYPE="en_US"
LC_NUMERIC="en_US"
LC_TIME="en_US"
LC_COLLATE="en_US"
LC_MONETARY="en_US"
LC_MESSAGES="en_US"
LC_PAPER="en_US"
LC_NAME="en_US"
LC_ADDRESS="en_US"
LC_TELEPHONE="en_US"
LC_MEASUREMENT="en_US"
LC_IDENTIFICATION="en_US"
LC_ALL=
I
When I press the "é" key multiple times on my keyboard, here is what tmux print (notice the spaces) :
arcanis@~ > é é é é é é é é é é é é é
It also broke emacs when the file contains utf8 characters.
My locale is :
arcanis@~ > locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_U
When I press the "é" key multiple times on my keyboard, here is what tmux print (notice the spaces) :
arcanis@~ > é é é é é é é é é é é é é
It also broke emacs when the file contains utf8 characters.
My locale is :
arcanis@~ > locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_U
I experienced an error message regarding something about cannot locale en-US.UTF8 after an update and reboot today.I got rid of the error message by uncommenting:en_US.UTF-8 UTF-8 en_US ISO-8859-1 in /etc/locale.genPrior to fix:$ locale
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directoryAfter