From 7f1903ec111bceab744f7c860aa14479fee129cb Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 8 Jul 2016 12:30:51 +0800 Subject: [PATCH] GnumericToExcel.php --- GnumericToExcel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GnumericToExcel.php b/GnumericToExcel.php index 2bb399ce..df04fd98 100644 --- a/GnumericToExcel.php +++ b/GnumericToExcel.php @@ -45,7 +45,7 @@ class Pman_Core_GnumericToExcel extends Pman die("Missing XML attribute"); } $xml = $_POST['xml']; - print_R('run??');exit; + $xml = iconv("UTF-8", "UTF-8//IGNORE", $xml); //$xml = str_replace('�', 'e', $xml); -- 2.39.2