From: edward Date: Fri, 8 Jul 2016 04:29:46 +0000 (+0800) Subject: GnumericToExcel.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=cb25fd6968258066c36c1843116f5ee0d3fc0b55 GnumericToExcel.php --- diff --git a/GnumericToExcel.php b/GnumericToExcel.php index 25f2ff35..4271af33 100644 --- a/GnumericToExcel.php +++ b/GnumericToExcel.php @@ -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'] : '???');