X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=GnumericToExcel.php;h=bcf1a63d020a8ffce79c24b21cb28058b1a2b801;hb=81f602e2c25f2b9baf5c0a4b56e4ec614f410909;hp=2bb399cef5e47f795686f8e9ffe35420ddb54be0;hpb=1b27a99f0a18889713b5d16b796d393c1013bf6c;p=Pman.Core diff --git a/GnumericToExcel.php b/GnumericToExcel.php index 2bb399ce..bcf1a63d 100644 --- a/GnumericToExcel.php +++ b/GnumericToExcel.php @@ -28,7 +28,7 @@ class Pman_Core_GnumericToExcel extends Pman return true; } - function get() + function get($v, $opts=array()) { } @@ -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);