2008/11/22 tsg21 <[EMAIL PROTECTED]>: > > I believe there's a character set issue in the xml being returned by > the HTTP geocoder. > > If you fetch this url: (key omitted, doesn't seem to matter) > > http://maps.google.com/maps/geo?output=xml&ll=47.498403,19.040759 > > The returned XML presents itself as UTF-8 in the xml declaration, but > it contains characters which appear to be something like ISO-8859-1. > It's not valid UTF-8, at any rate. > > Has this been noticed before?
yes http://code.google.com/apis/maps/faq.html#charencoding http://code.google.com/p/gmaps-api-issues/issues/detail?id=232 if you want utf8, you have to explicitly request it - the XML header is bogus. > > > > -- Barry - www.nearby.org.uk - www.geograph.org.uk - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
