Author Topic: Not show all character  (Read 8409 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Not show all character
« 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.

Offline
*
Re: Not show all character
« Reply #1 on: March 24, 2015, 04:26:49 PM »
please explain it more detailed ?
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Re: Not show all character
« Reply #2 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)