If you have a sample we could check it'd make it easier to know what's wrong. I had a similar error recently and it turned out to be that my DOCTYPE tag was describing the doc as ISO-8859-1 instead of UTF-8. That'd be the easiest place to check first, methinks.
On Nov 22, 5:23 am, Zero-Ming <[email protected]> wrote: > 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=.
