ID: 29983 Comment by: smacvicar at gmail dot com Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache2 related Operating System: all PHP Version: 5CVS-2004-09-05 (dev) New Comment:
It doesn't appear to send a charset entry when specified and you end up with the AddDefaultCharset entry from Apache 2 which is ISO-8859-1. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23421 Previous Comments: ------------------------------------------------------------------------ [2004-09-05 12:37:28] [EMAIL PROTECTED] Description: ------------ default_charset is marked as PHP_INI_ALL but I can't set it using ini_set. If I set it throught .htaccess it works fine. Reproduce code: --------------- <? ini_set('default_charset', 'UTF-8'); ?> Expected result: ---------------- HTTP/1.1 200 OK (...) Content-Type: text/html; charset=UTF-8 Actual result: -------------- HTTP/1.1 200 OK (...) Content-Type: text/html; charset=ISO-8859-1 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=29983&edit=1
