[PHP-users 27103] Re: PHP5.0.5 での文字化けを解決したい

asakiyum@olive.freemail.ne.jp asakiyum @ olive.freemail.ne.jp
2005年 10月 5日 (水) 15:59:59 JST


素朴な質問ですが
Windows で EUC-JPで漢字
を書くときどのように書いていますか
Windowsではエディターでコード指定をしないと
かけないので、Windowsじょうで目でみてOKでも
ブラウザでは化けた記憶があります。


>【作業環境】
>PHP	: 5.0.5 zip package, Windows Binaries
>Path	: c:/php5
>使用	: DSO
>Apache	: 2.0.54, Win32 Binary (MSI Installer)
>Path	: c:/Apache2
>OS	: WindowsXP HomeEdition (Version 5.1 SP2)
>DB	: MySQL 4.0.23-nt
>Script	: 以下参照、文字コードは EUC-JP
>Path	: c:/Apache2/htdocs/ja.php
>エラー	: なし
>
>--- ja.php -----------------------------------------------------------
>1: <html lang="ja">
>2:   <head>
>3:     <meta http-equiv="Content-type" content="text/html; charset=euc-jp" />
>4:     <title></title>
>5:   </head>
>6:   <body>
>7:     <?php echo "日本語"; ?>
>8:   </body>
>9: </html>
>----------------------------------------------------------------------
>※左端は行番号。
>


PHP-users メーリングリストの案内