Hello there.
I m generating an xml file witch contains nodevalues passed to the marker
object throught api 3.
Everything is perfect except that , when my script reads greek chars in
the xml brakes.
My xml contains english values for the first 10 nodes and 3 more in greek.
I m on localhost.
Using <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
in my head section.
utf-8 encode in my notepad++,utf-8_general_ci collation on my database
tables and mysql_set_charset('utf8',$sql) function right after my dtbs
connection.
The xml from witch i m parsing the data is formatted and displaying ,both
english and greek,properly.
Still if the var (string)name is not in english it does not show the marker
on map.Any solution?
Thanks in advance
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-maps-js-api-v3/-/UODBL1DLj1cJ.
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-js-api-v3?hl=en.