Index: temp/trunk/html/test/kakinaka/wordwrap.php
===================================================================
--- temp/trunk/html/test/kakinaka/wordwrap.php	(revision 2988)
+++ temp/trunk/html/test/kakinaka/wordwrap.php	(revision 2989)
@@ -16,4 +16,5 @@
 
 $len = mb_strlen($test);
+print $len;
 while($len > $cut_len){
 	$str[] = mb_substr($test,0,10);
