Hi there, I have a project to display several things on Google Maps, which are contained in an MS SQL database. My problem is, that the datas are in iso-8859-2 coding, and I cannot convert them to UTF-8 because on the page there is a user input possibility and PHP or anything else conversion seems to be not bidirectional (converting a data from iso-8859-2 to UTF-8 will not be equal if converting back to iso-8859-2...). That is why I decided to set the page's charset to iso-8859-2, but (only) in Internet Explorer 7 the signs (the GMAP_TYPE buttons and the license bottom text) in Google Maps are not shown correctly, it fails to show the Hungarian characters correctly. Firefox and Opera shows it well.
Can I tell the API that it really should display the main signs in iso-8859-2 format (the other contents which are from an XML request are displayed correctly: of course they are in iso-8859-2 as well...), or is an other solution to do this? Thank You in advance! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
