moriyoshi Wed Nov 13 03:27:18 2002 EDT Modified files: /php4/ext/mbstring/tests mb_send_mail02.phpt Log: Updated the test Index: php4/ext/mbstring/tests/mb_send_mail02.phpt diff -u php4/ext/mbstring/tests/mb_send_mail02.phpt:1.1 php4/ext/mbstring/tests/mb_send_mail02.phpt:1.2 --- php4/ext/mbstring/tests/mb_send_mail02.phpt:1.1 Tue Nov 12 15:04:58 2002 +++ php4/ext/mbstring/tests/mb_send_mail02.phpt Wed Nov 13 03:27:17 2002 @@ -17,6 +17,7 @@ /* Japanese (EUC-JP) */ if (mb_language("japanese")) { + mb_internal_encoding('EUC-JP'); mb_send_mail($to, "テスト ".mb_language(), "テスト"); } ?>
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php