GnumericToExcel.php
authoredward <edward@roojs.com>
Fri, 8 Jul 2016 04:29:46 +0000 (12:29 +0800)
committeredward <edward@roojs.com>
Fri, 8 Jul 2016 04:29:46 +0000 (12:29 +0800)
GnumericToExcel.php

index 25f2ff3..4271af3 100644 (file)
@@ -45,12 +45,12 @@ class Pman_Core_GnumericToExcel extends Pman
             die("Missing XML attribute");
         }
         $xml = $_POST['xml'];
-        
+        print_R($xml);exit;
         $xml = iconv("UTF-8", "UTF-8//IGNORE",  $xml);
         
-        //$xml = str_replace('é', 'e', $xml);
+        //$xml = str_replace('', 'e', $xml);
         //$xml = str_replace("\xA0", ' ', $xml);
-        //$xml = str_replace("Ø", 'dia.',$xml);
+        //$xml = str_replace("", 'dia.',$xml);
         
         //$this->addEvent("DOWNLOAD", false, isset($_REQUEST['title']) ? $_REQUEST['title'] : '???');