First of all HI,
And thank you to all developers who works hard on FusionChart product
my issue:
I'm using dataURL method to generate XML.
--XML generating file---
header('Content-type: text/xml; charset: utf-8');
echo $strXML;
---------------------------
All my non-English characters are wrong.
How can I fix this issue?
And how can I write BOM mark in PHP (add to $strXML variable).
I'm using PHP 5
Thank you.