On Nov 2, 2:41 pm, Pete <[email protected]> wrote: > Ya I've been messing around with my character coding but haven't been > able to get the right combination I guess... > Thanks so much for the help, I'll keep working on it and let you know > what happens!
It looks like it was setting the Content-Type for the xml to utf-8: (ASP) Response.AddHeader "Content-Type","text/xml; charset=utf-8" as well as adding this header to it: <?xml version=""1.0"" encoding=""utf-8"" standalone=""yes"" ?> That made it work for me in IE. You may need to configure your database to use the correct character encoding as well. -- Larry > > Cheers -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
