From cb25fd6968258066c36c1843116f5ee0d3fc0b55 Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 8 Jul 2016 12:29:46 +0800 Subject: [PATCH] GnumericToExcel.php --- GnumericToExcel.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'] : '???'); -- 2.39.2