From: edward Date: Fri, 8 Jul 2016 04:30:51 +0000 (+0800) Subject: GnumericToExcel.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=7f1903ec111bceab744f7c860aa14479fee129cb GnumericToExcel.php --- 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);