Wasn't it Blau who wrote: > >according to the response it seems like the server sends the blank >(checked with hex editor...) > ><?xml version="1.0" encoding="UTF-8" ?> ><kml xmlns="http://earth.google.com/kml/2.0"><Response> > <name>50.286452,11.008708</name> > <Status> > <code>200</code> > <request>geocode</request> > </Status> > <Placemark id="p1"> > <address>St2202, 96487 D rfles-Esbach, Deutschland</address> >(here's the blank instead of the "ö")
I see: <?xml version="1.0" encoding="UTF-8" ?> <kml xmlns="http://earth.google.com/kml/2.0"><Response> <name>50.286452,11.008708</name> <Status> <code>200</code> <request>geocode</request> </Status> <Placemark id="p1"> <address>St2202, 96487 Dörfles-Esbach, Deutschland</address> The ö isn't guaranteed to pass through my mail server, but it is there in the original. I'm using the URL http://maps.google.com/maps/geo?ll=50.286452,11.008708&output=xml&hl=de What are you using? -- http://econym.org.uk/gmap The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
