Minahito
minah****@users*****
2006年 11月 16日 (木) 00:51:40 JST
Index: xoops2jp/html/modules/legacy/language/japanese/global.php diff -u xoops2jp/html/modules/legacy/language/japanese/global.php:1.1.2.2 xoops2jp/html/modules/legacy/language/japanese/global.php:1.1.2.3 --- xoops2jp/html/modules/legacy/language/japanese/global.php:1.1.2.2 Wed Nov 15 23:56:55 2006 +++ xoops2jp/html/modules/legacy/language/japanese/global.php Thu Nov 16 00:51:40 2006 @@ -200,6 +200,10 @@ $root->mDelegateManager->add('Legacy_Mailer.ConvertLocal', 'Legacy_JapaneseEucJP_convLocal'); } + @ define('LEGACY_MAIL_LANG','ja'); + @ define('LEGACY_MAIL_CHAR','iso-2022-jp'); + @ define('LEGACY_MAIL_ENCO','7bit'); + function Legacy_JapaneseEucJP_convLocal(&$text, $mime) { $text = mb_convert_encoding($text, 'JIS');