Alexandros Kouroutsalidis
unread,Nov 16, 2011, 8:29:06 PM11/16/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-map...@googlegroups.com
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