Hey thank you!

I did not know much about this but with your guidance I figured it
out.

I had to add specific utf8_encode instructions to my php file:

$newnode->setAttribute("name", utf8_encode($row['name']));
  $newnode->setAttribute("address", utf8_encode($row['address']));

Thanks again!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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.

Reply via email to