Index: temp/trunk/html/test/naka/send.php
===================================================================
--- temp/trunk/html/test/naka/send.php	(revision 7085)
+++ temp/trunk/html/test/naka/send.php	(revision 7086)
@@ -55,4 +55,7 @@
 print(mb_convert_encoding($decode, 'EUC-JP', 'Shift_JIS'));
 
+$decode = urldecode($arrVal[5]['attributes']['MEMO1']);
+
+print(mb_convert_encoding($decode, 'EUC-JP', 'Shift_JIS'));
 
 ?>
