bshwacker Report post Posted November 28, 2011 Hi y'all, FusionCharters. -_o We've been working recently with FusionMaps and we've detected some errors in the name of some spanish regions in the autonomous regions map (FCMap_spain.swf). A majority of them are minor, a problem of punctuation, but there are two of them which we can't afford to let go freely into a production-level webapp. It's being embarrassing to justify them before our client. We wanted to know if there's some easy/fast way to fix this problem. The two regions are: -"Cataluña", which is displayed as "Catalonia", in English. I guess it is somewhat problematic to represent the spanish character "eñe" -Ñ- . -"Comunidad Valenciana", which is currently named as "Communidad Valencian". We can call it "Comunidad Valenciana" or simply "Valencia", but "Communidad Valencian" is profoundly incorrect. The other minor problems, those related to punctuation, are these ones: "Aragón", instead of "Aragon" "Andalucía" for "Andalucia" "País Vasco", better than "Pais Vasco". You can use "Comunidad Autónoma Vasca" too. Other unofficial names are "Vasconia" and "Vascongadas". "Castilla y León", instead of "Castilla y Leon" But as I've said before, what is critical to us is to find some fix for the aforementioned bugs, the ones about Cataluña and Valencia. Can anyone help us? Thanks in advance. Share this post Link to post Share on other sites
Guest Angshu Report post Posted November 29, 2011 Hi, Welcome to FusionCharts Forum! FusionMaps allows you to use multi-lingual (UTF-8) characters on the charts. To use multi-lingual characters on the map, you necessarily need to use UTF-8 encoded XML. More importantly, the XML file/stream does require a BOM stamp to be present as the very first 3 Bytes of the file. Hence, one must remember the two basic thumb rules : for dataURL method - the XML file/stream should be having the BOM stamp and for dataXML method - the HTML/application file containing the XML as well as the map SWF should have the BOM stamp. Please find the sample zip file attatched for your reference. More details at : http://docs.fusionch...ars/SpChar.html Hope this helps. WorldMapInChineseText_Sample.zip Share this post Link to post Share on other sites