Posted by Malcolm Dew-Jones on 10/23/05 07:32
KC (kcc1967@gmail.com) wrote:
: Hi,
: I have a web page contain Chinese characters (charset big5).
: If I name the page as mypage.html.big5 or mypage.big5.html
: then the browser can identify the charset automatically.
: However, if I add "<?php echo <<<END ...mydoc here ... END; ?>"
: and name my page as mypage.php.big5 or mypage.big5.php ... well
: it doesn't work.
: How can I make php or Apache to understand file extension .php.big5
: or big5.php.
Since that is a php script, I assume you could use the php "header"
function to send the appropriate mime character set header.
[Back to original message]
|