ispCP - Board - Support
Not right charset. - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: Not right charset. (/thread-1339.html)



Not right charset. - scoutsniper - 09-15-2007 06:39 AM

First look atachment.In Bulgaria charset is Windows-1251.How to make this to be the default charset for server because this is not nice.
______________________________________________________________
THANKS TO BeNe!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


RE: Not right charset. - FeG - 09-15-2007 07:15 AM

Hi scoutsniper..
scoutsniper Wrote:First look atachment.
... I don't understand this, what do you mean?

You can set the default charset for the apache webserver in /etc/apache2/apache2.conf, in line 446:
Code:
#AddDefaultCharset ISO-8859-1

To make Windows-1251 the default charset, change this to:
Code:
AddDefaultCharset Windows-1251

Greetings
FeG


RE: Not right charset. - gOOvER - 09-15-2007 07:24 AM

You have to restart apache after chance this.


RE: Not right charset. - scoutsniper - 09-16-2007 05:39 AM

ha bulgarin Big Grin