PDA

View Full Version : accented characters


brownie
3rd August 2007, 13:37
I have ispconfig 2.2.15 on suse 10.0
the accented characters are incorrect (for example instead à I see �)

In /home/admispconfig/ispconfig/lib/config.inc.php I have in $go_info["theme"]["charset"] = "iso-8859-1";

I am italian and so in /etc/sysconfig/language I have RC_LANG = "it_IT.iso88591

n /usr/lib/locale I have it_IT.iso88591

what is wrong? what I must do to see the correct characters?

many thanks

cilla

mccharlet
3rd August 2007, 13:59
I have a same problem with a export database

I use iconv for converted my export file

brownie
3rd August 2007, 23:23
any suggestion?

brownie
7th August 2007, 10:51
I am still trying to resolve the problem but without success :(

nobody can give me an hint on how to do? thanks

till
7th August 2007, 11:06
And you are talking about the ISPConfig interface on port 81 and not about a website on the server?

brownie
7th August 2007, 12:07
thanks for reply :)

I am talking about all the pages of all the sites on the server

till
7th August 2007, 12:16
Ok, then your problem is not realted to ISPConfig. All the configuration you did is for the webinterface on port 81 and has nothing to do with your websites.

Please have a look at your apache or apache2 configuration file and change the line:

AddDefaultCharset UTF-8

to

AddDefaultCharset iso-8859-1

If the line does not exists, add it.

brownie
7th August 2007, 12:41
GREAT !!!!

MANY THANKS !!!

it works !!! :D