﻿<?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 / FusionCharts and Ruby on Rails  / FusionCharts v3 Evaluation and UTF-8 Problem / 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>Mon, 06 Oct 2008 07:31:38 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: FusionCharts v3 Evaluation and UTF-8 Problem</title><link>http://www.fusioncharts.com/forum/Topic3556-34-1.aspx</link><description>yeah, please do share with us. &lt;br&gt;&lt;br&gt;I have the same issues. Looking at the response xml returned in firefox, i can see the Japaneses and the Chinese characters just fine. (our .net application supports displaying characters of all kinds) &lt;br&gt;&lt;br&gt;However, the x label names are messed up. Not sure what to do with it. &lt;br&gt;I constructed an xml file manually, in visual studio, saved the file as UTF-8 (however, the only option VS 2005 gave me was "Unicode (UTF-8 with signature) - Codepage 65001,  Line endings: Unicode Line Separator (LS)". &lt;br&gt;&lt;br&gt;Tried with Notepad++ ,  opened up the xml, I can see the non-English characters just fine as well. &lt;br&gt;&lt;br&gt;Still no joy. :( but other than that,  i'm enjoying it so much. :) &lt;br&gt;&lt;br&gt;EDIT - resolved. The way I manually constructed the xml and back to the javascript setDataURL was wrong. It didn't have BOM in front.</description><pubDate>Wed, 09 Jan 2008 23:36:10 GMT</pubDate><dc:creator>liming</dc:creator></item><item><title>RE: FusionCharts v3 Evaluation and UTF-8 Problem</title><link>http://www.fusioncharts.com/forum/Topic3556-34-1.aspx</link><description>Hi,&lt;br&gt;&lt;br&gt;Could you please share with us as to how you finally resolved it?</description><pubDate>Mon, 07 Jan 2008 02:48:17 GMT</pubDate><dc:creator>Pallav</dc:creator></item><item><title>RE: FusionCharts v3 Evaluation and UTF-8 Problem</title><link>http://www.fusioncharts.com/forum/Topic3556-34-1.aspx</link><description>Thanks for the help! I just resolved the issue.&lt;br&gt;&lt;br&gt;Great package!&lt;br&gt;&lt;br&gt;Best,&lt;br&gt;OA</description><pubDate>Tue, 01 Jan 2008 09:15:55 GMT</pubDate><dc:creator>oaom</dc:creator></item><item><title>RE: FusionCharts v3 Evaluation and UTF-8 Problem</title><link>http://www.fusioncharts.com/forum/Topic3556-34-1.aspx</link><description>I have tried adding 0xEF, 0xBB, 0xBF at the beginning of the xml string that is generated; which really made the output look like:&lt;br&gt;&lt;br&gt;239187191[code]&lt;?xml version="1.0" encoding="utf-8"?&gt;[/code]&lt;br&gt;&lt;br&gt;I'm still having the same problem though.&lt;br&gt;&lt;br&gt;Best,&lt;br&gt;OA</description><pubDate>Mon, 31 Dec 2007 09:01:54 GMT</pubDate><dc:creator>oaom</dc:creator></item><item><title>RE: FusionCharts v3 Evaluation and UTF-8 Problem</title><link>http://www.fusioncharts.com/forum/Topic3556-34-1.aspx</link><description>hi,&lt;/P&gt;&lt;P&gt;can you try adding the 3 BOM bytes (&lt;SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;0xef,0xbb,0xbf&lt;/SPAN&gt;) at the beginning of the XML stream.</description><pubDate>Mon, 31 Dec 2007 06:51:47 GMT</pubDate><dc:creator>Sudipto Choudhury</dc:creator></item><item><title>RE: FusionCharts v3 Evaluation and UTF-8 Problem</title><link>http://www.fusioncharts.com/forum/Topic3556-34-1.aspx</link><description>Also, here is what the xml output shows (notice that all non-English characters are correctly replaced with their UTF-8 equivalents):&lt;br&gt;&lt;br&gt;[code]&lt;?xml version="1.0" encoding="utf-8"?&gt;&lt;chart baseFont="Arial Black" formatNumberScale="0" caption="Last 1 Year's Activity Trend"&gt;&lt;set value="7646" label="Aral&amp;#305;k 2006"/&gt;&lt;set value="8082" label="Ocak 2007"/&gt;&lt;set value="7091" label="&amp;#350;ubat 2007"/&gt;&lt;set value="8016" label="Mart 2007"/&gt;&lt;set value="8250" label="Nisan 2007"/&gt;&lt;set value="8684" label="May&amp;#305;s 2007"/&gt;&lt;set value="6681" label="Haziran 2007"/&gt;&lt;set value="7432" label="Temmuz 2007"/&gt;&lt;set value="6297" label="A&amp;#287;ustos 2007"/&gt;&lt;set value="6154" label="Eyl&amp;#252;l 2007"/&gt;&lt;set value="7" label="Ekim 2007"/&gt;&lt;set value="1" label="Kas&amp;#305;m 2007"/&gt;&lt;set value="38" label="Aral&amp;#305;k 2007"/&gt;&lt;styles&gt;&lt;definition&gt;&lt;style baseFont="Lucida Grande" name="Lucida"/&gt;&lt;/definition&gt;&lt;application&gt;&lt;apply toObject="Datalabels" styles="Lucida"/&gt;&lt;apply toObject="Caption" styles="Lucida"/&gt;&lt;/application&gt;&lt;/styles&gt;&lt;/chart&gt;[/code]</description><pubDate>Mon, 31 Dec 2007 01:53:36 GMT</pubDate><dc:creator>oaom</dc:creator></item><item><title>FusionCharts v3 Evaluation and UTF-8 Problem</title><link>http://www.fusioncharts.com/forum/Topic3556-34-1.aspx</link><description>Hello,&lt;br&gt;&lt;br&gt;I have gone through your documentation thoroughly and have been evaluating your product for quite some time now. It is very impressive, even though I have not been able to correctly display multilingual characters.  We are working on a multi-language application, and an example language we support would be Turkish. Unfortunately, the characters do not display correctly even after Iwe made sure of the following:&lt;br&gt;&lt;br&gt;1. The xml tag contains (utf8 in its xml.inspect! output) [code]&lt;?xml version="1.0" encoding="UTF-8"?&gt;[/code] &lt;br&gt;2. Our RoR application runs with en-EN.UTF8 ENV variable set.&lt;br&gt;3. Our database has all of its tables and default collation in utf8.&lt;br&gt;4. We are using the supplied dataURL method.&lt;br&gt;5. Our XML output is correctly displayed on Firefox as (notice the multi-lingual characters):&lt;br&gt;&lt;br&gt;[code]&lt;chart caption="Last 1 Year's Activity Trend" formatNumberScale="0"&gt;&lt;br&gt;&lt;set value="7646" label="Aralık 2006"/&gt;&lt;br&gt;&lt;set value="8082" label="Ocak 2007"/&gt;&lt;br&gt;&lt;set value="7091" label="Şubat 2007"/&gt;&lt;br&gt;&lt;set value="8016" label="Mart 2007"/&gt;&lt;br&gt;&lt;set value="8250" label="Nisan 2007"/&gt;&lt;br&gt;&lt;set value="8684" label="Mayıs 2007"/&gt;&lt;br&gt;&lt;set value="6681" label="Haziran 2007"/&gt;&lt;br&gt;&lt;set value="7432" label="Temmuz 2007"/&gt;&lt;br&gt;&lt;set value="6297" label="Ağustos 2007"/&gt;&lt;br&gt;&lt;set value="6154" label="Eylül 2007"/&gt;&lt;br&gt;&lt;set value="7" label="Ekim 2007"/&gt;&lt;br&gt;&lt;set value="1" label="Kasım 2007"/&gt;&lt;br&gt;&lt;set value="38" label="Aralık 2007"/&gt;&lt;br&gt;&lt;/chart&gt;[/code]&lt;br&gt;&lt;br&gt;Any help and/or insight into solving this problem would be much appreciated.&lt;br&gt;&lt;br&gt;Edit: I put in the necessary code IFCode, but my code still does not display correctly.&lt;br&gt;&lt;br&gt;Best,&lt;br&gt;OA</description><pubDate>Sun, 30 Dec 2007 20:27:01 GMT</pubDate><dc:creator>oaom</dc:creator></item></channel></rss>