On Fri, 30 Apr 2004, Marcus Boerger wrote:
> Hello Derick,
>
> we don't convert the special (non ASCII) chars into html entities hence
> they are not always presented correct in the php_info/credits output.
heh, we set the charset to iso-8859-1 for this page...:
PUTS("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"
\"DTD/xhtml1-transitional.dtd\">\n");
PUTS("<html>");
PUTS("<head>\n");
php_info_print_style(TSRMLS_C);
PUTS("<title>phpinfo()</title>");
php_printf("<meta http-equiv=\"Content-Type\" content=\"text/html;
charset=iso-8859-1\" />\n");
PUTS("</head>\n");
PUTS("<body><div class=\"center\">\n");
So it should work just fine...
Derick
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php