On Mar 28, 7:16 am, Mandy <[email protected]> wrote: > > the <address> from above is used to get the geo-locations, but because > of special characters in "Tōkyō .." it gives me 400. > i tried diff combinations of encoding like utf-8, latin1 etc...but no > luck..
Mike's "Did you mean" page uses getLocations(), and works fine with finding "Tōkyō". http://econym.org.uk/gmap/example_didyoumean1.htm You probably do need to make sure that the encoding of the page and the API match. The API defaults to UTF-8, and your page should do the same. -- 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.
