phpBBの改造

メールの文字化けを直す

$lang['MAIL_ENCODING'] = “iso-2022-jp”;</code>

$this→subject = mb_convert_encoding($this→subject,'JIS','UTF-8'); $this→subject = mb_encode_mimeheader($this→subject,'ISO-2022-JP');</code>を挿入