Posted by KC on 10/23/05 05:44
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.
Thanks
KC
[Back to original message]
|