OSDN Git Service

changed encoding string from utf-8 to UTF-8
authorkimitake <kimitake@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Wed, 16 Mar 2005 07:55:53 +0000 (07:55 +0000)
committerkimitake <kimitake@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Wed, 16 Mar 2005 07:55:53 +0000 (07:55 +0000)
git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk@52 1ca29b6e-896d-4ea0-84a5-967f57386b96

utf8/nucleus/bookmarklet.php

index 76e0f26..0252bfe 100755 (executable)
@@ -12,8 +12,8 @@
   * This script allows adding items to Nucleus through bookmarklets. The member must be logged in\r
   * in order to use this.\r
   *\r
-  * $Id: bookmarklet.php,v 1.4 2005-03-15 08:24:16 kimitake Exp $\r
-  * $NucleusJP$\r
+  * $Id: bookmarklet.php,v 1.5 2005-03-16 07:55:53 kimitake Exp $\r
+  * $NucleusJP: bookmarklet.php,v 1.4 2005/03/15 08:24:16 kimitake Exp $\r
   */\r
 \r
 // bookmarklet is part of admin area (might need XML-RPC)\r
@@ -304,7 +304,7 @@ wingm.focus();
 \r
 function uniDecode($str,$charcode){\r
   $text = preg_replace_callback("/%u[0-9A-Za-z]{4}/",toUtf8,$str);\r
-  return mb_convert_encoding($text, $charcode, 'utf-8');\r
+  return mb_convert_encoding($text, $charcode, 'UTF-8');\r
 }\r
 function toUtf8($ar){\r
   foreach($ar as $val){\r