Control Web Panel

WebPanel => Apache => Topic started by: privateerox on March 23, 2015, 08:43:47 PM

Title: Not show all character
Post by: privateerox on March 23, 2015, 08:43:47 PM
I have made a php file with some character like this:

¦@#°§¬|¢[]{}+"*%ç&/()=?`è!£àé

But the server don't show me all of these character. How I can change charset for apache?

AddDefaultCharset utf-8  - don't work with this in apache config.
Title: Re: Not show all character
Post by: Administrator on March 24, 2015, 04:26:49 PM
please explain it more detailed ?
Title: Re: Not show all character
Post by: brijendrasial on March 24, 2015, 06:22:46 PM
edit php.in file and look for line ;default_charset = "UTF-8". Uncomment it and save file. Now restart apache and check

nano /usr/local/php/php.ini

Press ctl+w and type default_charset. Uncomment it and save (ctl+o and ctl+x)