cat /etc/locale.gen
.....
# it_CH ISO-8859-1
# it_CH.UTF-8 UTF-8
it_IT ISO-8859-1
it_IT.UTF-8 UTF-8
it_IT@euro ISO-8859-15
# iu_CA UTF-8
# iw_IL ISO-8859-8
# iw_IL.UTF-8 UTF-8
......
root@roma:/var/www/virtual/assolavori.it/htdocs# locale
LANG=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=
(08-14-2009 05:19 AM)rbtux Wrote: Try to remove the adddefaultcharset from /etc/apache2/conf.d/charset file...
had commented on the item, I removed the comment and restarted apache but it does not work, I gave a dpkg-reconfigure locales
But nothing has changed
(08-14-2009 05:16 AM)BeNe Wrote: I have this output
Ok or not?
not ok
(08-14-2009 05:16 AM)BeNe Wrote: What locales are installed on the Server ?
Greez BeNe
root@roma:/var/www/virtual/assolavori.it/htdocs# locale
LANG=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=
root@roma:/var/www/virtual/assolavori.it/htdocs# locale-gen
Generating locales (this might take a while)...
it_IT.ISO-8859-1... done
it_IT.UTF-8... done
it_IT.ISO-8859-15@euro... done
Generation complete.