random1 Posted May 17, 2008 Share Posted May 17, 2008 Hi, My PHP web app currenty returns in the the HTTP header: Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 How can I change this to: Accept-Charset: utf-8;q=0.7,*;q=0.7 Also what does q refer to in this line? Help is much appreciated Link to comment https://forums.phpfreaks.com/topic/106004-php-header-accept-charset/ Share on other sites More sharing options...
DarkWater Posted May 17, 2008 Share Posted May 17, 2008 1) Leaving the ISO-8859 is fine and does absolutely nothing, so you might as well keep it. 2) Check for any header() calls. Link to comment https://forums.phpfreaks.com/topic/106004-php-header-accept-charset/#findComment-543277 Share on other sites More sharing options...
random1 Posted May 17, 2008 Author Share Posted May 17, 2008 Is this normally set in the php.ini file or the httpd.conf file of apache? Link to comment https://forums.phpfreaks.com/topic/106004-php-header-accept-charset/#findComment-543429 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.