X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=GnumericToExcel.php;h=bcf1a63d020a8ffce79c24b21cb28058b1a2b801;hb=692861c958898f425cc365906c092559d7cfc60c;hp=4271af3302f0e2a7554249b7eddb9b06e6a96ec1;hpb=cb25fd6968258066c36c1843116f5ee0d3fc0b55;p=Pman.Core diff --git a/GnumericToExcel.php b/GnumericToExcel.php index 4271af33..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($xml);exit; + $xml = iconv("UTF-8", "UTF-8//IGNORE", $xml); //$xml = str_replace('�', 'e', $xml);