例えば「第10回平成22年7月16日報告」→「10平22年716」となってしまいます。
ちょうどその時期にxoopsのテーマ変更(FCT-simplegreenR)をしました。
アドバイス方、お願いいたします<(_ _)>
文字コードはEUC-JPになっているか?
".htaccess" ファイルを以下のように設定する。
<IfModule mod_php5.c> php_flag output_buffering Off php_value output_handler none php_value default_charset EUC-JP php_value mbstring.language japanese php_flag mbstring.encoding_translation On php_value mbstring.http_input auto php_value mbstring.http_output EUC-JP php_value mbstring.internal_encoding EUC-JP php_value mbstring.substitute_character none </IfModule>
早速ありがとうございます、試して見ます<(_ _)>