Index: temp/trunk/html/test/naka/mail.php
===================================================================
--- temp/trunk/html/test/naka/mail.php	(revision 7041)
+++ temp/trunk/html/test/naka/mail.php	(revision 7042)
@@ -1,5 +1,5 @@
 <?php
 
-ini_set("mbstring.http_input", "UTF-8");
+ini_set("mbstring.http_input", "EUC-JP");
 ini_set("mbstring.http_output", "UTF-8");
 ini_set("mbstring.internal_encoding", "UTF-8");
@@ -9,5 +9,5 @@
 $body = "¤¢¤¢";
 
-$body = mb_convert_encoding($body, 'UTF-8');
+$body = mb_convert_encoding($body, 'UTF-8', "EUC-JP");
 
 print("<html><head><meta http-equiv='Content-Type' content='text/html; charset=UTF-8'></head><body>\n");
