X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=GnumericToExcel.php;h=d8da8da207ab80e0d0ca68e9eb870c1db07d9f0c;hp=2bb399cef5e47f795686f8e9ffe35420ddb54be0;hb=refs%2Fheads%2Fwip_alan_T5884_add_photo_to_report;hpb=1b27a99f0a18889713b5d16b796d393c1013bf6c diff --git a/GnumericToExcel.php b/GnumericToExcel.php index 2bb399ce..d8da8da2 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); @@ -111,5 +111,5 @@ class Pman_Core_GnumericToExcel extends Pman } - + }