Index: temp/trunk/html/test/naka/mail.php
===================================================================
--- temp/trunk/html/test/naka/mail.php	(revision 7032)
+++ temp/trunk/html/test/naka/mail.php	(revision 7033)
@@ -5,7 +5,7 @@
 $body = "¤¢¤¢";
 
-$body = mb_convert_encoding($body, 'UTF-8');
+$body = mb_convert_encoding($body, 'UTF-7');
 
-print("<html><head><meta http-equiv='Content-Type' content='text/html; charset=UTF-8'></head><body>\n");
+print("<html><head><meta http-equiv='Content-Type' content='text/html; charset=UTF-7'></head><body>\n");
 print("<b>" . $body . "</b>");
 
