I put the following lines in the geocode_genxml.php script:
$characterSet = mysql_query("SET NAMES 'utf8'") ;
if(!$characterSet){
die ('Can\'t set character set : ' . mysql_error());
}
after connecting and selecting the database.
Also I changed header("Content-type: text/xml"); to header("Content-
type: text/xml; charset=utf8");
And third I changed the collation of the database from utf8_general_ci
to utf8_unicode_ci.
Now I get a correct XML file without any error message in the IE and
you can also see no more a incorrect encoded character in the info
window (in FF).
But mobil-im-rollstuhl.de/variablemap.html still fails in MSIE.
What else can I do?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---