Index: temp/trunk/html/test/kakinaka/wordwrap.php
===================================================================
--- temp/trunk/html/test/kakinaka/wordwrap.php	(revision 2997)
+++ temp/trunk/html/test/kakinaka/wordwrap.php	(revision 2999)
@@ -17,4 +17,7 @@
 
 $len = mb_strlen($test);
+
+print $len;
+/*
 while($len > $cut_len){
 	$str[] = mb_substr($test,0,10);
@@ -23,5 +26,5 @@
 }
 $str[] = $tmp;
-
+*/
 print_r($str);
 
