[pLog-svn] r6894 - plugins/branches/lifetype-1.2/moblog/install

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Wed Jun 3 20:41:15 EDT 2009


Author: jondaley
Date: 2009-06-03 20:41:15 -0400 (Wed, 03 Jun 2009)
New Revision: 6894

Modified:
   plugins/branches/lifetype-1.2/moblog/install/moblog.php
Log:
removed an extraneous comment that was incorrect, and updated another comment about UTF/locales/etc

Modified: plugins/branches/lifetype-1.2/moblog/install/moblog.php
===================================================================
--- plugins/branches/lifetype-1.2/moblog/install/moblog.php	2009-06-03 19:46:52 UTC (rev 6893)
+++ plugins/branches/lifetype-1.2/moblog/install/moblog.php	2009-06-04 00:41:15 UTC (rev 6894)
@@ -56,9 +56,6 @@
         $message = stripslashes( $message );
     }
 
-    // some phones need this
-//    $message = mb_convert_encoding($message, 'HTML-ENTITIES', "UTF-8");
-    
     MoblogLogger::log("-- message --");
     MoblogLogger::log($message);
     MoblogLogger::log("-- message end --");
@@ -300,7 +297,8 @@
     $articles = new Articles();
     $postTopic = $request->getTopic();
 
-// some phones need this.
+// some phones need this (I think only if the phone sends UTF-8 and the locale isn't in UTF-8 like in the German case)
+// a little more testing, and I'll have this finally figured out.
 //    $postTopic = utf8_decode($postTopic);
 //    $postBody = utf8_decode($postBody);
 



More information about the pLog-svn mailing list