﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>FusionCharts Forum / FusionCharts v3 / Using FusionCharts / XML Issue  / Accented Character / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>FusionCharts Forum</description><link>http://www.fusioncharts.com/forum/</link><webMaster>support@fusioncharts.com</webMaster><lastBuildDate>Wed, 03 Dec 2008 02:45:41 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Accented Character</title><link>http://www.fusioncharts.com/forum/Topic728-29-1.aspx</link><description>Thanks Pallav, now with the header function all works fine!&lt;br&gt;&lt;br&gt;After adding the header, i simply can output special characters without any type of encoding, for example:&lt;br&gt;echo "Amount, 14.358,00 €";&lt;br&gt;&lt;br&gt;Moreover, there's to pay attention on the fonts gereally used for web contents. For example, some versions of the "Lucida Sans" font cannot show correctly the euro sign in explorer 6 (is replaced with a little square).&lt;br&gt;&lt;br&gt;Regards.&lt;br&gt;   Bartolomeo D'Alia</description><pubDate>Tue, 26 Jun 2007 03:31:10 GMT</pubDate><dc:creator>balrom</dc:creator></item><item><title>RE: Accented Character</title><link>http://www.fusioncharts.com/forum/Topic728-29-1.aspx</link><description>Try something like:&lt;/P&gt;&lt;P&gt;//Output it&lt;BR&gt;header('Content-type: text/xml');&lt;BR&gt;echo $strXML;&lt;BR&gt;?&amp;gt;&lt;/P&gt;&lt;P&gt;Also, what encoding are you using?</description><pubDate>Mon, 25 Jun 2007 13:04:17 GMT</pubDate><dc:creator>Pallav</dc:creator></item><item><title>RE: Accented Character</title><link>http://www.fusioncharts.com/forum/Topic728-29-1.aspx</link><description>Thanks for your reply Pallav, but i don't understand this...&lt;br&gt;&lt;br&gt;what do you mean when you tell "you specify the output stream as UTF8 XML" ? How can i do that with php?&lt;br&gt;&lt;br&gt;Can you give me a little pratical php example?&lt;br&gt;&lt;br&gt;Regards&lt;br&gt;Bartolomeo D'Alia&lt;br&gt;</description><pubDate>Fri, 22 Jun 2007 06:48:52 GMT</pubDate><dc:creator>balrom</dc:creator></item><item><title>RE: Accented Character</title><link>http://www.fusioncharts.com/forum/Topic728-29-1.aspx</link><description>If you're using PHP, it automatically outputs that. Just make sure you're using dataURL method - and in the page which you output XML, you specify the output stream as UTF8 XML.</description><pubDate>Fri, 22 Jun 2007 06:13:33 GMT</pubDate><dc:creator>Pallav</dc:creator></item><item><title>RE: Accented Character</title><link>http://www.fusioncharts.com/forum/Topic728-29-1.aspx</link><description>Hi, &lt;br&gt;i'm a newbie in use of fusion charts.&lt;br&gt;&lt;br&gt;what do you mean with proper BOM?&lt;br&gt;&lt;br&gt;have i to add the following lines at the begin of my php script?&lt;br&gt;&lt;br&gt;echo chr(hexdec("ef"));&lt;br&gt;echo chr(hexdec("bb"));&lt;br&gt;echo chr(hexdec("bf"));&lt;br&gt;&lt;br&gt;thanks in advance.&lt;br&gt;&lt;br&gt;Regards.</description><pubDate>Fri, 22 Jun 2007 05:45:16 GMT</pubDate><dc:creator>balrom</dc:creator></item><item><title>RE: Accented Character</title><link>http://www.fusioncharts.com/forum/Topic728-29-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;You need to use:&lt;/P&gt;&lt;P&gt;- dataURL method&lt;BR&gt;- make sure that the XML is UTF-8 with proper BOM.</description><pubDate>Thu, 05 Apr 2007 02:48:54 GMT</pubDate><dc:creator>Pallav</dc:creator></item><item><title>Accented Character</title><link>http://www.fusioncharts.com/forum/Topic728-29-1.aspx</link><description>I try to use accented characters as value for the columns of a column3d chart but the char dont show it I also try to use the URL encode method but nothing, please can you help me . I include the tranform code.&lt;P&gt;[code]&lt;/P&gt;&lt;P&gt;Function arregla(cadena)&lt;BR&gt;   cadena = Replace(cadena,"'","%26apos;")&lt;BR&gt;   cadena = Replace(cadena,"á","%E1")       &lt;BR&gt;   arregla= cadena&lt;BR&gt;End Function &lt;/P&gt;&lt;P&gt;strXML = "&amp;lt;chart caption='Municipios con mayor numero de obras del colegio de " &amp;amp;rs("colegio") &amp;amp;"' xAxisName='Municipios' yAxisName='Nº Intervenciones' formatNumberScale='0' showBorder='1' labelDisplay ='ROTATE' slantLabels ='1'&amp;gt;"&lt;/P&gt;&lt;P&gt;strXML = strXML &amp;amp; "&amp;lt;set label='" &amp;amp; arregla(trim(rs("POB_OBRA"))) &amp;amp;"' value='" &amp;amp; rs("CuentaDePOB") &amp;amp;"' /&amp;gt;"&lt;BR&gt;Call renderChartHTML("graficas/Column3D.swf", "", strXML, "myNext", 600, 300, true)&lt;/P&gt;&lt;P&gt;[/code]</description><pubDate>Sun, 01 Apr 2007 05:55:26 GMT</pubDate><dc:creator>Glomer2002</dc:creator></item></channel></rss>