On Jan 6, 5:30 pm, Sandro007 <[email protected]> wrote: > Hi, > > Thank you for your help. I am now understanding more the issue. > > Do you have any suggestion how can I go around it ? My data in DB has > lots of especial characters and I am trying to think if there is a way > to show it on that page without getting an error. > > If you can point me the way that would be great.
I would investigate controlling character encoding in PHP: http://www.google.com/search?sourceid=gmail&q=php%20character%20encoding -- Larry > > Regards > > Sandro > > On Jan 6, 1:04 am, "[email protected]" <[email protected]> > wrote: > > > > > On Jan 5, 5:57 pm, Ralph Ames <[email protected]> wrote: > > > > >The problem must be related to the page > > > > www.floripaimages.com/maps/lodging.php > > > > > I just don't know where. > > > > Your problem is encoding as Mike has already said to you, > > > I have tested your map without the special character and it works. > > > Try it yourself. > > > It looks like the server is not setting the character encoding (at > > all) for the xml feed, so IE is not expecting it to be "iso-8859-2" > > encoded, even though that is in the xml header: > > >http://feedvalidator.org/check.cgi?url=http%3A%2F%2Fwww.floripaimages... > > >http://web-sniffer.net/?url=http%3A%2F%2Fwww.floripaimages.com%2Fmaps... > > > -- Larry > > > > Ralph- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
