[PHP-users 453] PHP4+mbregex+jstring+Mysql+i-mode(SJIS)

Y.Okazaki php-users@php.gr.jp
Mon, 02 Jul 2001 17:50:42 +0900


岡崎@Momoです。
先ほどはすいませんでした。m(__)m

PHP4.0.6 + mbregex-1.2.1 + jstring-1.1.1 で

  ・ソースはEUCで開発したい(Linux)
  ・DB(mysql)はEUCで利用したい(Linux)
  ・クライアントはi-modeなのでSJISで出力したい

この場合、/usr/local/php.iniには

  jstring.default_encoding = SJIS
  jstring.detect_order = SJIS
  jstring.http_input = SJIS
  jstring.http_output = SJIS
  jstring.internal_encoding = SJIS
  jstring.substitute_character = SJIS
  mbregex.encoding = SJIS
  mbstring.detect_order = SJIS
  mbstring.http_input = SJIS
  mbstring.http_output = SJIS
  mbstring.internal_encoding = SJIS
  mbstring.substitute_character = SJIS

このように書いたのですが、EUCで出力されてしまいました。
上記の環境に適した設定をお教えいただけないでしょうか。


-- 
Y.Okazaki mailto:okazakim@mmtr.or.jp