[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-cvs
Subject:    Re: [PHP-CVS] cvs: php-src /ext/sqlite CREDITS
From:       Derick Rethans <derick () php ! net>
Date:       2004-04-30 8:26:05
Message-ID: Pine.LNX.4.58.0404301024530.6255 () localhost
[Download RAW message or body]

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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic