From: Moriyoshi Koizumi Date: Wed, 13 Nov 2002 08:27:17 +0000 (+0000) Subject: Updated the test X-Git-Tag: php-4.3.0RC1~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9ebc7aadba64eab85dbf2af9bf3c47a1d7a374b;p=php Updated the test --- diff --git a/ext/mbstring/tests/mb_send_mail02.phpt b/ext/mbstring/tests/mb_send_mail02.phpt index e1791e1d73..6d93fb3afc 100644 --- a/ext/mbstring/tests/mb_send_mail02.phpt +++ b/ext/mbstring/tests/mb_send_mail02.phpt @@ -17,6 +17,7 @@ mb_send_mail($to, mb_language(), "test"); /* Japanese (EUC-JP) */ if (mb_language("japanese")) { + mb_internal_encoding('EUC-JP'); mb_send_mail($to, "¥Æ¥¹¥È ".mb_language(), "¥Æ¥¹¥È"); } ?>