Special charecter(òàùìè) problem while fetching events

HI,

i have problem with scheduler while fetching events which have special char like òàùìè in event description. Its shows alert box with xml data. XML data encoding is UTF-8 and script charset is also utf-8.

Anyone have solution???

Thanks in adv…

Please attach the problematic xml file or provide link to the online demo

Hi Stanislav, thanks for reply!!

In text tag there special chars.

<?xml version="1.0" encoding="utf-8"?>
<data>
  
  <event id="734">
    <start_date>2012-04-11 00:00:00</start_date>
    <end_date>2012-04-11 00:05:00</end_date>
    <text>òàùìè</text>
    <rec_type></rec_type>
    <event_pid>0</event_pid>
    <event_length></event_length>
    <customer_id>0</customer_id>
    <event_location></event_location>
    <lat></lat>
    <lng></lng>
  </event>
 
</data>

Can you please attach the file as it was generated, as forum software changes encoding and it not possible to check what was in the original output.

Structure of xml is valid , and if data was really in utf - it must work correctly ( text which you have post can be saved to xml file and loaded without any problems )