Hi all, I've made my Maps project some days. I have some marker, and it have a description, I save my marker's description in MySQL (I use xampp 1.71), and it's type is UTF-8. When I try to load marker by this way: http://code.google.com/apis/maps/articles/phpsqlajax_v3.html in Google demo, my description cannot display well, it include some question (?) in the text. Although I use utf8_encode(str), it make a change : "?� L?t" to: "?à L? t". How can I remove this "?" and make it the same in my database ? Thanks for your read, pls help me about this error !
-- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=.
