[PHP-DEV] PHP 4.0 Bug #3620: PHP4 Apache module always sets iso-8859-1 charset From: adam <email protected>
Date: 02/25/00

From: adam <email protected>
Operating system: NetBSD 1.4T (current)
PHP version: 4.0 Beta 4 Patch Level 1
PHP Bug Type: Other
Bug description: PHP4 Apache module always sets iso-8859-1 charset

The result produced by PHP4 module always send document with
iso-8859-1 (or maybe some other) character set.
For example 'test.php3':

<html>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
</head>
--some-iso-8859-2-characters--
</html>

always displays iso-8859-1 characters instead of iso-8859-2
even when meta tag is set and browser's default character set if defined as iso-8859-2
The strange thing that e.g. Netscape show iso-8859-2 while
displaying page info.

I tried --without-mod-charset option, but it didn't work.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>