[PHP-users 832] PHP4.0.6の日本語処理について
calnet-S.Nakamura
php-users@php.gr.jp
Tue, 24 Jul 2001 12:07:33 +0900
PHP4.0.6の日本語処理について、お教えください。
以下のように、単純に日本語を表示しようとしても、
文字変換がうまくいきません。
ソース:
<?php
$sql = "テスト";
print $sql;
?>
表示結果:
?e?X?g
設定は、以下のようにしています。
(phpinfoより情報取得)
Configure Command:
'./configure' '--with-apxs=/usr/local/apache/bin/apxs' '--enable-mbstring'
'--enable-mbstr-enc-trans' '--with-pgsql' '--without-mysql' '--with-pdflib=/usr/lib'
'--enable-force-cgi-redirect' '--enable-mbregex' '--enable-trans-sid'
'--enable-versioning'
http input encoding translation :enabled
mbstring.detect_order :AUTO
mbstring.http_input :AUTO
mbstring.http_output :SJIS
mbstring.internal_encoding :EUC-JP
mbstring.substitute_character :no value
メーリングリストと「WEB+DB Vol.3」を参考に
設定しました。
単純なところの設定ミスだとは思いますが、
どこをどのようにすればよいのか教えていただければ幸いです。
以上、宜しくお願いします。