Hi everyone, we're new to the group and would like to have a good
start here.

We've encountered a problem while creating a marker object.

var marker = new google.maps.Marker({
                                                position: myLatLng,
                                                map: map,
                                                icon: image,
                                                title: ' Strángë Chärácters'
                                                });

When writing the title like that, all of the foreign language
characters will appear with a ? sign inside a small square. The normal
thing to do would be something like StránË

Then whenever we put the mouse over the marker it will just show up as
"StránË" It looks like that line wont be interpreted.

We would gladly appreciate any help on this matter. We couldn't find
any documentation about it.

Thanks!

-- 
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 google-maps-js-api...@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to