Index: lang/actionscript/todoshare/jsonDB.html
===================================================================
--- lang/actionscript/todoshare/jsonDB.html (revision 16014)
+++ lang/actionscript/todoshare/jsonDB.html (revision 16016)
@@ -5,5 +5,7 @@
 <form action="db.cgi" method="POST">
 <textarea rows=10 cols=40 name=cmd>
-["GET2",["content","importance","urgency"]]
+["GET2",["content"],
+       {"content":["like","%る%"]}
+]
 </textarea>
 <input type=submit>
@@ -18,6 +20,10 @@
   {"strength":"1", "type":"animal"}
 ]
-
 </textarea></br>
 
+
+<form action="test/utf8.cgi" method="POST">
+<textarea rows=10 cols=40 name=str>%る%</textarea>
+<input type=submit>
+
 </body></html>
Index: lang/actionscript/todoshare/perl/JSON2.pm
===================================================================
--- lang/actionscript/todoshare/perl/JSON2.pm (revision 16014)
+++ lang/actionscript/todoshare/perl/JSON2.pm (revision 16016)
@@ -15,6 +15,7 @@
 sub fromJSON {
    my $j=shift;
-   my $json=new JSON();
-   $json->decode($j);
+   #my $json=new JSON();
+   #$json->decode($j);
+   decode_json($j);
 }
 
Index: lang/actionscript/todoshare/index.cgi
===================================================================
--- lang/actionscript/todoshare/index.cgi (revision 16013)
+++ lang/actionscript/todoshare/index.cgi (revision 16016)
@@ -12,5 +12,5 @@
 &Html::p ([html,
    [head,
-     [title,"MYS-monitor"]],
+     [title,"MyS-monitor"]],
    [body, 
       [h1,"メニュー"],
@@ -19,5 +19,5 @@
        link("DBConsoleFlash.html","SWK(Flash Mode)"),
        link("jsonDB.html","JSON DB Console"),
-       link("importObj.html","Import Objects(他のMYSからHTTPで取得します)"),
+       link("importObj.html","Import Objects(他のMySからHTTPで取得します)"),
       [h3,"File-related Menu"],
        link("backupDB.html","Backup DB"),
Index: lang/actionscript/todoshare/swkText.cgi
===================================================================
--- lang/actionscript/todoshare/swkText.cgi (revision 16014)
+++ lang/actionscript/todoshare/swkText.cgi (revision 16016)
@@ -26,5 +26,6 @@
            \&dispRes ,
 
-     ]
+     ],["hr"],
+     ["a",{href=>"./"},"Home"]
    ] 
 ];
